Skip to content

Instantly share code, notes, and snippets.

@tamakiii
Created May 3, 2017 06:37
Show Gist options
  • Save tamakiii/20e5ffc3e9d502d66e5c9df50ad65b43 to your computer and use it in GitHub Desktop.
Save tamakiii/20e5ffc3e9d502d66e5c9df50ad65b43 to your computer and use it in GitHub Desktop.
#!/usr/bin/env zsh
diff -u <(sort a.txt | uniq) <(sort b.txt | uniq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment