-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Wiktor Perskawiec <[email protected]>
- Loading branch information
1 parent
3823ba7
commit 596f331
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
# batch | ||
|
||
> This command is an alias of `at`. | ||
> Execute commands at a later time when the system load levels permit. | ||
> Results will be sent to the user's mail. | ||
> See also: `at`, `atq`, `atrm` `mail`. | ||
> More information: <https://manned.org/batch>. | ||
- View documentation for the original command: | ||
- Start the `atd` daemon: | ||
|
||
`tldr at` | ||
`systemctl start atd` | ||
|
||
- Execute commands from `stdin` (press `Ctrl + D` when done): | ||
|
||
`batch` | ||
|
||
- Execute a command from `stdin`: | ||
|
||
`echo "{{./make_db_backup.sh}}" | batch` |