| arnd is a little shell utility that takes its command line arguments and returns them randomized. It is meant to be only a module that sits between your shell's file globbing and another application. For example, to view all the JPEGs in your directory in a random order, you can type xv `arnd *.jpg`. |