Skip to content

Instantly share code, notes, and snippets.

@jppommet
Created June 11, 2014 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jppommet/2c9adca3813626204b0b to your computer and use it in GitHub Desktop.
Save jppommet/2c9adca3813626204b0b to your computer and use it in GitHub Desktop.
cli : print duplicated line from a file
$ uniq -d <file>
or
$ uniq -D <file>
Reference Link : http://www.thegeekstuff.com/2013/05/uniq-command-examples/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment