crontab: add file example (#4958)

This commit is contained in:
Thomas Wünsche
2020-11-20 23:01:33 +01:00
committed by GitHub
parent 1491a6cb82
commit 02bc8ffd90

View File

@@ -11,6 +11,10 @@
`sudo crontab -e -u {{user}}`
- Replace the current crontab with the contents of the given file:
`crontab {{path/to/file}}`
- View a list of existing cron jobs for current user:
`crontab -l`