Phil Tanguay <[EMAIL PROTECTED]> wrote: > I would like to submit for inclusion a small modification I made to > the sleep program to allow sleep to pause for a random # of seconds, > up to the # of seconds specified (or whatever time suffix was > specified).
Why not: perl -e 'sleep(42*rand())' paul _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
