Re: [gentoo-user] [OT shell scripting] how to wait a few seconds

2005-10-04 Thread Mariusz Pękala
Pause, wait? for x in {1..100}; do :; done just joking :-) -- No virus found in this outgoing message. Checked by grep -i virus $MESSAGE pgp9axsHLzzRH.pgp Description: PGP signature

[gentoo-user] [OT shell scripting] how to wait a few seconds

2005-10-03 Thread Harry Putnam
This is pretty dopey especially since I've used this dozens of times in the past. I can not remember how to make a script wait for a few seconds during execution. Its something really simple like. smcmd 3 Where smcmd is something like set, sit, bla etc. and the number is number of seconds to

Re: [gentoo-user] [OT shell scripting] how to wait a few seconds

2005-10-03 Thread Brett I. Holcomb
man sleep? On Mon, 3 Oct 2005, Harry Putnam wrote: This is pretty dopey especially since I've used this dozens of times in the past. I can not remember how to make a script wait for a few seconds during execution. Its something really simple like. smcmd 3 Where smcmd is something like

Re: [gentoo-user] [OT shell scripting] how to wait a few seconds

2005-10-03 Thread Michael Crute
On 10/3/05, Harry Putnam [EMAIL PROTECTED] wrote: This is pretty dopey especially since I've used this dozens of timesin the past.I can not remember how to make a script wait for a few seconds during execution.Its something really simple like.smcmd 3Where smcmd is something like set, sit, bla