Sep 27 2011 08:17 AM 9819 2 Sleep and Wait in Linux rajges What is the difference between Sleep and Wait in Linux ? Anand Trimbake Nov 22nd, 2011 The wait command man page simply states that it pauses script execution until a specified process ID completes. The man page for the sleep command is a single line stating that it causes a script to pause for specified period of time. Answer Question Select Best Answer
Sep 27 2011 08:17 AM 9819 2 Sleep and Wait in Linux rajges What is the difference between Sleep and Wait in Linux ? Anand Trimbake Nov 22nd, 2011 The wait command man page simply states that it pauses script execution until a specified process ID completes. The man page for the sleep command is a single line stating that it causes a script to pause for specified period of time. Answer Question Select Best Answer
Anand Trimbake Nov 22nd, 2011 The wait command man page simply states that it pauses script execution until a specified process ID completes. The man page for the sleep command is a single line stating that it causes a script to pause for specified period of time.