diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-21 01:57:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-21 01:57:09 +0800 |
commit | a2b73e1d6ed565bc3a0bf0d8eda525c75c637fbf (patch) | |
tree | e2e2fb966ce4138576386e02896fdce5507ebaee /textproc/Makefile | |
parent | 41cd33cd9047e6e31fd2301cbebbb27cec8abc96 (diff) | |
download | freebsd-ports-gnome-a2b73e1d6ed565bc3a0bf0d8eda525c75c637fbf.tar.gz freebsd-ports-gnome-a2b73e1d6ed565bc3a0bf0d8eda525c75c637fbf.tar.zst freebsd-ports-gnome-a2b73e1d6ed565bc3a0bf0d8eda525c75c637fbf.zip |
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)).
WWW: http://www.eskimo.com/~scs/src/#shuffle
PR: ports/124100
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
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 7c845247089f..1879dcc13970 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -151,6 +151,7 @@ SUBDIR += ffe SUBDIR += fi-aspell SUBDIR += filepp + SUBDIR += fileshuffle SUBDIR += fist SUBDIR += fixrtf SUBDIR += fldiff |