>sleep(1) isn't sleep for 1 second, it's sleep for 1 milisecond.
Que? man 3 sleep
SLEEP(3) Linux Programmer's Manual
SLEEP(3)
NAME
sleep - Sleep for the specified number of seconds
SYNOPSIS
#include <unistd.h>
unsigned int sleep(unsigned int seconds);
DESCRIPTION
sleep() makes the calling process sleep until seconds
seconds have
elapsed or a signal arrives which is not ignored.
...
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox