at, atq, atrm, batch: add more information link (#5640)

This commit is contained in:
bl-ue
2021-03-30 15:01:46 -04:00
committed by GitHub
parent e6e78f05e4
commit f1da7db160
20 changed files with 20 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
> Execute commands once at a later time.
> Service atd (or atrun) should be running for the actual executions.
> More information: <https://www.man7.org/linux/man-pages/man1/at.1p.html>.
> More information: <https://man.archlinux.org/man/at.1>.
- Execute commands from standard input in 5 minutes (press `Ctrl + D` when done):

View File

@@ -1,6 +1,7 @@
# atq
> Show jobs scheduled by `at` or `batch` commands.
> More information: <https://man.archlinux.org/man/at.1>.
- Show the current user's scheduled jobs:

View File

@@ -2,6 +2,7 @@
> Remove jobs scheduled by `at` or `batch` commands.
> To find job numbers use `atq`.
> More information: <https://man.archlinux.org/man/at.1>.
- Remove job number 10:

View File

@@ -2,6 +2,7 @@
> Execute commands at a later time when the system load levels permit.
> Service atd (or atrun) should be running for the actual executions.
> More information: <https://man.archlinux.org/man/at.1>.
- Execute commands from standard input (press `Ctrl + D` when done):