p:: CLI
Edit the current crontab using the editor specified by the VISUAL or EDITOR environment variables
crontab -eCrontab.guru - The cron schedule expression editor
* * * * * date >> /tmp/date.txt
*/3 * * * * rm /tmp/date.txtcrontab: installing new crontabDisplay the current crontab on standard output.
crontab -l* * * * * date >> /tmp/date.txt
*/3 * * * * rm /tmp/date.txtcat /tmp/date.txtMon May 9 03:16:00 IST 2022
Mon May 9 03:17:00 IST 2022