mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 17:58:18 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# crontab
|
||||
|
||||
> Schedule cron jobs to run on a time interval for the current user.
|
||||
> More information: <https://crontab.guru/>.
|
||||
> More information: <https://manned.org/crontab>.
|
||||
|
||||
- Edit the crontab file for the current user:
|
||||
|
||||
@@ -38,4 +38,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Sample crontab entry, which runs a certain script at 02:30 every Friday:
|
||||
|
||||
`30 2 * * Fri {{/absolute/path/to/script.sh}}`
|
||||
`30 2 * * Fri /{{path/to/script.sh}}`
|
||||
|
||||
Reference in New Issue
Block a user