diff options
author | pav <pav@FreeBSD.org> | 2004-06-23 04:19:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-23 04:19:51 +0800 |
commit | 783bab09867883be6a90c879a33bc5a8ef2a9b15 (patch) | |
tree | 9dfdda841393f2f48ba03262a39e6a942b9831ed /textproc/Makefile | |
parent | f3e3fd92996d4e6763eb540e538375a751d6fd21 (diff) | |
download | freebsd-ports-graphics-783bab09867883be6a90c879a33bc5a8ef2a9b15.tar.gz freebsd-ports-graphics-783bab09867883be6a90c879a33bc5a8ef2a9b15.tar.zst freebsd-ports-graphics-783bab09867883be6a90c879a33bc5a8ef2a9b15.zip |
Add rl, 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.
PR: ports/68182
Submitted by: David Sze <dsze@alumni.uwaterloo.ca>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e12f1ff3102..fe1b98feba9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -458,6 +458,7 @@ SUBDIR += redland SUBDIR += replaceit SUBDIR += resume + SUBDIR += rl SUBDIR += rman SUBDIR += ro-aspell SUBDIR += roap |