Uniq: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 February 2022

  • curprev 15:2415:24, 10 February 2022 Admin talk contribs 861 bytes +861 Created page with "The uniq command is able to isolate all of the unique lines from the text file. You can pipe the contents of the text file into uniq. cat textfile.txt | uniq but this only..."