mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
7b16658540
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. PR: ports/68182 Submitted by: David Sze <dsze@alumni.uwaterloo.ca>
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
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.
|
|
|
|
WWW: http://tiefighter.et.tudelft.nl/~arthur/rl/
|