Commit Graph

4 Commits (c0616697ed57b22e625b71edd829e5d8834cf730)

Author SHA1 Message Date
Alfred Bez 8336898ea9 sort uniq first (#954)
'uniq' does not detect repeated lines unless they are adjacent, so we need to sort them
2016-07-15 13:18:37 +02:00
Waldir Pimenta fd5fb3562d uniq: add sorting example (#945)
This involves another command, but it's such a natural extension of uniq's `-c` functionality that I feel it's warranted to show here.

We should probably add a sort to the -c example too, because uniq only deals with *sequential* line repetitions.
2016-07-10 11:26:13 +02:00
Pradeep Reddy Raamana 525f436cc8 w: split out of common and add -i to osx, uniq: additions, seq: add page 2016-01-23 09:03:00 -08:00
muteness f8cbd12e70 uniq: add page 2016-01-13 13:23:56 -05:00