Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-17 00:22:45 +00:00
parent 38ecb2b6c5
commit 42c0c33dde
259 changed files with 1079 additions and 386 deletions

View File

@@ -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}}`