Re: usleep

2002-06-25 Thread Larry Smith
I'd think that in a shell script, you could use "sleep" instead, unlikely that you need better resolution than that. Should you, usleep is availabe in the c library and you would write a small routine that called it, and refer to it in a script. --- Hans Bausewein <[EMAIL

Re: usleep

2002-06-25 Thread Geoff Ludwiczak
I don't think so, but making a program that uses the usleep(3) call is fairly trivial :-) On Tue, Jun 25, 2002 at 09:18:19PM +0200, Hans Bausewein wrote: > Hello, > > I've read in a 'Bash-Scripting Guide' about a 'usleep' (microseconds sleep) > command

usleep

2002-06-25 Thread Hans Bausewein
Hello, I've read in a 'Bash-Scripting Guide' about a 'usleep' (microseconds sleep) command, but I cannot find it on either my Debian system or in the package search system on http://www.debian.org/distrib/packages/ . RH has it in an initscripts package. Do I need to ch