title: Wait Command in Linux with Examples date: 2020-03-02 17:55:32 categories: [cli] tags: [bash, wait, sleep]
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