mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 19:43:06 +00:00
7 lines
78 B
Text
7 lines
78 B
Text
|
% crontab, scheduling
|
||
|
|
||
|
# List cron jobs
|
||
|
crontab -l
|
||
|
|
||
|
# Edit cron job
|
||
|
crontab -e
|