Skip to content

Instantly share code, notes, and snippets.

@Sam-R
Created September 16, 2019 13:22
Show Gist options
  • Save Sam-R/0cf2a1d04bf0247bb37fc75150920c6a to your computer and use it in GitHub Desktop.
Save Sam-R/0cf2a1d04bf0247bb37fc75150920c6a to your computer and use it in GitHub Desktop.
compare two sorted files for any differences
grep -v -F -x -f file_sorted.csv file2_sorted.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment