|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
wait for 5 seconds in shell script
hi
how can i wait for 5 seconds inside my shell script? 'wait 5' command doesnot seem to be working? |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
What exactly is the scenario. You can use sleep 10 to sleep for 10 seconds.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
use sleep command instead of wait.and the wait time you can put accordingly.
Thanks Namish |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Exit a shell script if no input is available for 10 seconds | mkarthikeyan82 | UNIX for Dummies Questions & Answers | 3 | 04-26-2012 09:23 AM |
| execute the shell script per ten seconds | AKB48 | Shell Programming and Scripting | 6 | 03-09-2012 08:15 AM |
| calling a shell script in background and wait using "wait" in while loop | mihirvora16 | Shell Programming and Scripting | 2 | 12-26-2011 07:49 AM |
| Shell script runs fine in Solaris, in Linux hangs at wait command | aksaravanan | Shell Programming and Scripting | 13 | 11-01-2010 10:40 AM |
| shell script that will automatically check if specifed user is log in or not, in 30 seconds | gurmad | Shell Programming and Scripting | 2 | 11-26-2009 11:06 PM |
|
|