Forrest logo
back to context overview

wait

List of commands for wait:

  • wait:tldr:49256 wait: Wait for all processes known to the invoking shell to finish.
    $ wait
    try on your machine
    explain this command
  • wait:tldr:56154 wait: Wait for a process to finish given its process ID (PID) and return its exit status.
    $ wait ${pid}
    try on your machine
    explain this command
back to context overview