On Thu, 2008-06-12 at 09:24 -0600, Andrew Jorgensen wrote: > > echo $[ $(od -t u4 /dev/random -N 4 -A n) % $CEILING + 1 ] > > This completely fails the can-Andrew-remember-it test. :-)
Would it help if I put the options in a more logical order? > > echo $[ $(od -A n -N 4 -t u4 /dev/random) % $CEILING + 1 ] :-P /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */