Skip to content

Instantly share code, notes, and snippets.

@dustinbutterworth
Created June 2, 2022 18:24
Show Gist options
  • Save dustinbutterworth/93f351c84e7027a4f18ad36fb61bb4c2 to your computer and use it in GitHub Desktop.
Save dustinbutterworth/93f351c84e7027a4f18ad36fb61bb4c2 to your computer and use it in GitHub Desktop.
File Comparison
# Combined some answers for this method I like best https://unix.stackexchange.com/a/28185
comm -3 <(sort file1.csv) <(sort file2.csv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment