1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`