Skip to content

Instantly share code, notes, and snippets.

@kndrio
Created September 14, 2014 13:40
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 kndrio/9bb6e60e7946e81f7738 to your computer and use it in GitHub Desktop.
Save kndrio/9bb6e60e7946e81f7738 to your computer and use it in GitHub Desktop.
Search for common/uncommon lines in files
comm <( sort filename1.txt) <(sort filename2.txt) > common_uncommon_lines_file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment