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:
parent
1491a6cb82
commit
02bc8ffd90
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue