# HG changeset patch # User p.lucas # Date 1618402980 0 # Node ID daf911dac808d859b3d200288dd1d35aee22f941 Uploaded diff -r 000000000000 -r daf911dac808 uniq_and_count.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uniq_and_count.xml Wed Apr 14 12:23:00 2021 +0000 @@ -0,0 +1,18 @@ + + Count redundant lines in file. + + + + + uniq -c $input > $output + + + + + + + + + Insert you tab delimited file to count redundant lines. + +