mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-24 18:48:18 +00:00
7 lines
79 B
Text
7 lines
79 B
Text
% crontab, scheduling
|
|
|
|
# List cron jobs
|
|
crontab -l
|
|
|
|
# Edit cron job
|
|
crontab -e
|