Created
June 11, 2014 18:49
-
-
Save jppommet/2c9adca3813626204b0b to your computer and use it in GitHub Desktop.
cli : print duplicated line from a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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