Forrest logo
back to context overview

batch

List of commands for batch:

  • batch:tldr:12406 batch: Execute a command from standard input.
    $ echo "${--make_db_backup-sh}" | batch
    try on your machine
    explain this command
  • batch:tldr:29389 batch: Execute commands from a given file.
    $ batch -f ${filename}
    try on your machine
    explain this command
  • batch:tldr:d265a batch: Execute commands from standard input (press `Ctrl + D` when done).
    $ batch
    try on your machine
    explain this command
back to context overview