From c46a4989313386f6e26a50139787622a388dedc9 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 28 Oct 2022 10:47:25 +0100 Subject: [PATCH] cron: add alias page (#9388) * cron: add alias page * cron: remove trailing whitespace * ripgrep: use standard alias description * todoman: use standard alias description --- pages/common/cron.md | 8 ++++++++ pages/common/ripgrep.md | 2 +- pages/common/todoman.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 pages/common/cron.md diff --git a/pages/common/cron.md b/pages/common/cron.md new file mode 100644 index 000000000..fd9e911a6 --- /dev/null +++ b/pages/common/cron.md @@ -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` diff --git a/pages/common/ripgrep.md b/pages/common/ripgrep.md index ff9fe441e..3e2109dd2 100644 --- a/pages/common/ripgrep.md +++ b/pages/common/ripgrep.md @@ -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` diff --git a/pages/common/todoman.md b/pages/common/todoman.md index c42db9d15..3546d6198 100644 --- a/pages/common/todoman.md +++ b/pages/common/todoman.md @@ -4,6 +4,6 @@ > `todoman` is a common name for the command `todo`, but not a command itself. > More information: . -- View documentation for the actual command: +- View documentation for the original command: `tldr todo`