Wait Command in Linux with Examples.md 431 B


title: Wait Command in Linux with Examples date: 2020-03-02 17:55:32 categories: [cli] tags: [bash, wait, sleep]

authors: sedlav

Wait is a shell command that waits for a given process to complete, then returns its exit status. Wait command is used to wait either particular process ID and job ID and return their termination status. When executing the big

Link