Chris Jones <cjns1...@gmail.com> wrote: > I was wondering if I could avoid the overhead of starting and > terminating the sleep child process by using a different strategy.
Instead of bash, you could use a scripting language that has sleep as a built-in function. Python, Perl, Guile, Ruby, Haskell... paul