Skip to content

Instantly share code, notes, and snippets.

@thil
Created July 14, 2014 01:54
Show Gist options
  • Save thil/7949f2b006951e75324b to your computer and use it in GitHub Desktop.
Save thil/7949f2b006951e75324b to your computer and use it in GitHub Desktop.
Find duplicate names from csv
cat blah.csv | cut -f1 -d , | uniq -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment