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`

View File

@@ -2,6 +2,6 @@
> `ripgrep` is the common name for the command `rg`.
- View documentation for the actual command:
- View documentation for the original command:
`tldr rg`

View File

@@ -4,6 +4,6 @@
> `todoman` is a common name for the command `todo`, but not a command itself.
> More information: <https://todoman.readthedocs.io/>.
- View documentation for the actual command:
- View documentation for the original command:
`tldr todo`