vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Henk Oegema wrote: > Is there a bash script command (a function ?) which I can use in a bash > script to wait a number of seconds, before the next command executes? > > Something like: wait(5) so that the program waits 5 seconds. ? You want sleep. To use your example: sleep 5 -- - Michael J. Astrauskas |
| |||
| * Henk Oegema <henk@oegema.com>: > Is there a bash script command (a function ?) which I can use in a bash there's no bash command/function for that, but you can just use sleep. -- Felix M. Palmen (Zirias) \ -PGP- <fmp@palmen.homeip.net> /"\ ASCII Ribbon web: http://zirias.ath.cx/ \ http://zirias.ath.cx/pub.txt \ / Campaign my open source projects: \ FP ED9B 62D0 BE39 32F9 2488 X Against HTML In http://zirias.ath.cx/?pg=pro \ 5D0C 8177 9D80 5ECF F683 / \ Mail And News |