Jakub Wilk <[EMAIL PROTECTED]> wrote:
> I always wonder why `sleep' doesn't support intervals shorter than 1 sec.
> So... I fixed `sleep.c' (a bit).
> And now:
>   sleep 100000u
> would delay for 100,000 microsecs (0.1 sec)

Thanks.
The latest version already has that functionality:

  ftp://alpha.gnu.org/gnu/fetish/sh-utils-2.0.11.tar.gz

It's implemented slightly differently in that it accepts
floating point numbers:

  sleep 0.1

_______________________________________________
Bug-sh-utils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-sh-utils

Reply via email to