parrotcode: Remove duplicate lines from a sorted file | |
Contents | IMCC |
examples/pir/uniq.pir - Remove duplicate lines from a sorted file
% ./parrot examples/pir/uniq.pir -o uniq.pbc
Parrot implementation of uniq
. Removes duplicate lines from a sorted file. You'll have to create a suitable file to "de-dup".
-c
-d
-u
By Leon Brocard <acme@astray.com>.
Converted to PIR by Bernhard Schmalhofer.
|