![]() |
|
|
|
|
|||||||
| 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 |
| waiting | mpang_ | Shell Programming and Scripting | 1 | 10-03-2007 10:52 PM |
| Process(s) ID waiting on IO? | Citrus143 | UNIX for Advanced & Expert Users | 9 | 03-29-2007 01:28 PM |
| browser waiting | munna_dude | UNIX for Advanced & Expert Users | 1 | 02-10-2007 10:38 PM |
| Looping and waiting | mikie | Shell Programming and Scripting | 3 | 11-29-2006 02:04 AM |
| waiting process | shukla_chanchal | Linux | 2 | 11-03-2005 04:00 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Waiting between commands
Hello,
Taking my scripting one step farther, I want to run a number of commands one after the other, but the system should wait between commands. How do I do this? Do I use the /wait command, or is it a function wait()? Code:
rsync command /wait tar command /wait move to a new folder /wait tidy up and delete existing files exit So /wait or wait(); ? And also, does it make a difference what system the script is run on? My webhost uses proper CentOS linux, but when I run the same on my desktop (or the tidy part of the script) it's a cygwin port on Windows XP. Thanks. H. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
maybe you should try ''man sleep'' or "man usleep"
|
|||
| Google The UNIX and Linux Forums |