shuffle(1)

NAME

shuffle - rearrange lines in random order

SYNOPSIS

shuffle [ files ]

DESCRIPTION

shuffle, as its name implies, shuffles the lines of its input (either standard input, or the named files) into random order. It is in a sense the very inverse of sort(1)).

SEE ALSO

sort(1), randline

See http://www.eskimo.com/~scs/src/#shuffle for possible updates.

AUTHOR

Steve Summit, scs@eskimo.com