Answers for "daily crontab"

1

cron crontab

# Adding tasks easily
echo "@reboot echo hi" | crontab

# Open in editor
crontab -e

# List tasks
crontab -l [-u user]
Posted by: Guest on November-18-2021

Browse Popular Code Answers by Language