snippetbashTip
batch — Execute commands at a later time when the system load levels permit. Results will be sent to the use
Viewed 0 times
commandbatchcommandsexecuteclilatertimewhen
Problem
How to use the
batch command: 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>.Solution
batch — 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>.Execute commands from
stdin (press <Ctrl d> when done):batchExecute a command from
stdin:echo "{{./make_db_backup.sh}}" | batchCode Snippets
Execute commands from `stdin` (press `<Ctrl d>` when done)
batchExecute a command from `stdin`
echo "{{./make_db_backup.sh}}" | batchContext
tldr-pages: common/batch
Revisions (0)
No revisions yet.