
batch
List of commands for batch:
-
batch:tldr:12406 batch: Execute a command from standard input.$ echo "${--make_db_backup-sh}" | batchtry on your machineexplain this command
-
batch:tldr:29389 batch: Execute commands from a given file.$ batch -f ${filename}try on your machineexplain this command
-
batch:tldr:d265a batch: Execute commands from standard input (press `Ctrl + D` when done).$ batchtry on your machineexplain this command