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 wait.

Trying both set and sit here I get an error from sit and no pause from
set. (Using ksh)

-- 
gentoo-user@gentoo.org mailing list



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 set, sit, bla etc.
and the number is number of seconds to wait.

Trying both set and sit here I get an error from sit and no pause from
set. (Using ksh)




--

Brett I. Holcomb
[EMAIL PROTECTED]
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list



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 etc.and the number is number of seconds to wait.Trying both set and sit here I get an error from sit and no pause from
set. (Using ksh)--gentoo-user@gentoo.org mailing list
Pause, wait?

-Mike-- Michael E. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because reboots are for installing hardware.In a world without walls and fences, who needs windows and gates?