mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
270 B
270 B
crontab
Schedule cron jobs to run on a time interval for the current user.
- Edit the crontab file for the current user:
crontab -e
- View a list of existing cron jobs for current user:
crontab -l
- Remove all cron jobs for the current user:
crontab -r