
wait
List of commands for wait:
-
wait:tldr:49256 wait: Wait for all processes known to the invoking shell to finish.$ waittry on your machineexplain 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 machineexplain this command