LXer: Wait Command in Linux with Examples
by LXer from LinuxQuestions.org on (#4ZY8T)
Published at LXer:
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.
Read More...


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.
Read More...