2004-06-22 22:19:51 +02:00
|
|
|
rl is a command-line tool that reads lines from an input file or stdin,
|
|
|
|
randomizes the lines and outputs a specified number of lines. It does
|
|
|
|
this with only a single pass over the input while trying to use as little
|
|
|
|
memory as possible.
|
|
|
|
|
2005-10-04 00:07:26 +02:00
|
|
|
WWW: http://ch.tudelft.nl/~arthur/rl/
|