|
NAMEshuffle —
print a random permutation of the command line arguments
SYNOPSIS
DESCRIPTIONTheshuffle program prints a random permutation (or
“shuffle”) of its input lines. This can be useful in shell
scripts for selecting a random order in which to do a set of tasks, view a set
of files, etc.
If the If the If the EXAMPLES$ shuffle a b c d c b d a $ shuffle -p 1 a b c d d $ shuffle -n 4 -p 2 0 3 SEE ALSOjot(1)HISTORYTheshuffle program first appeared in
NetBSD 1.4.
AUTHORSWritten by Perry E. Metzger (perry@piermont.com).BUGSThe random number generator isn't that great, and thus the permutations often aren't that great.
Visit the GSP FreeBSD Man Page Interface. |