Skip to content

Instantly share code, notes, and snippets.

@schlady
Created January 15, 2015 13:20
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 schlady/d7700f36036c1f947778 to your computer and use it in GitHub Desktop.
Save schlady/d7700f36036c1f947778 to your computer and use it in GitHub Desktop.
Perl oneliner to find unique lines
perl -ne '$H{$_}++ or print'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment