According to Andrew R. Brink: While burning my CPU.
> 
>       I'm writing a bash script where i run a program and then i need to run
> another one about 15 seconds after the first one.....how can i get it to
> wait?
> 
> andrew
> 

sleep <seconds>

man sleep for more info.

-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to