mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
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:
parent
77257d0196
commit
c46a498931
3 changed files with 10 additions and 2 deletions
8
pages/common/cron.md
Normal file
8
pages/common/cron.md
Normal 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`
|
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue