Skip to content

Instantly share code, notes, and snippets.

@mhammonds
Created August 9, 2015 23:22
Show Gist options
  • Save mhammonds/7c2744c442b94a979d2f to your computer and use it in GitHub Desktop.
Save mhammonds/7c2744c442b94a979d2f to your computer and use it in GitHub Desktop.
cat users.csv | cut -f 3 -d "|" | sort | uniq -d | xargs -n 1 -I {} sed -i '/{}/d' ./users.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment