Commit Graph

5 Commits (d1f4342a740d7613cd4f881a1a571455dbe584ea)

Author SHA1 Message Date
Wolfgang Lutz 550ede5cfb fix typos using misspell (#1374) 2017-05-12 10:29:18 +01:00
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