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`