> Note that due to primes' syntax I can't time that until I know what the > 205,963rd prime number is.
erm, what about time rc -c 'primes 1 10000000000 | sed 205963q | tail -5' takes just over 1 second on my laptop.
> Note that due to primes' syntax I can't time that until I know what the > 205,963rd prime number is.
erm, what about time rc -c 'primes 1 10000000000 | sed 205963q | tail -5' takes just over 1 second on my laptop.