Answers for "crontab syntax time"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language