Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-17 00:17:21 +00:00
parent f32d2d1ccd
commit 7d8d3edd4e
24 changed files with 307 additions and 37 deletions

View File

@@ -5,18 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
---
# batch
> 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://manned.org/batch>.
> This command is an alias of `at`.
- Execute commands from `stdin` (press `Ctrl + D` when done):
- View documentation for the original command:
`batch`
- Execute a command from `stdin`:
`echo "{{./make_db_backup.sh}}" | batch`
- Execute commands from a given [f]ile:
`batch -f {{path/to/file}}`
`tldr at`