cron: add alias page (#9388)

* cron: add alias page

* cron: remove trailing whitespace

* ripgrep: use standard alias description

* todoman: use standard alias description
This commit is contained in:
Waldir Pimenta
2022-10-28 10:47:25 +01:00
committed by GitHub
parent 77257d0196
commit c46a498931
3 changed files with 10 additions and 2 deletions

8
pages/common/cron.md Normal file
View File

@@ -0,0 +1,8 @@
# cron
> `cron` is a system scheduler for running jobs or tasks unattended.
> The command to submit, edit or delete entries to `cron` is called `crontab`.
- View documentation for the original command:
`tldr crontab`