![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to introduce delay in the script??(urgent) | wrapster | Shell Programming and Scripting | 10 | 03-25-2008 09:35 AM |
| Shell Script: want to insert values in database when update script runs | ring | Shell Programming and Scripting | 1 | 10-25-2007 12:06 AM |
| how to insert few lines in the called script | suri | Shell Programming and Scripting | 7 | 03-06-2007 06:25 AM |
| Script does not execute Insert Statement | Amruta Pitkar | Shell Programming and Scripting | 4 | 08-24-2006 08:14 PM |
| How to insert new line in the data file using the script | Sona | UNIX for Dummies Questions & Answers | 2 | 08-21-2006 10:17 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
i need help. I want to write a script and insert a delay time of 10 seconds. Which is the command for do this? Thanks in advance
__________________
Christian Zarba |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
The sleep command is very useful for producing time delays.
"sleep 10" would producea 10 second delay Andy Hibbins |
|||
| Google The UNIX and Linux Forums |