Created
May 12, 2014 12:55
-
-
Save andreyshuster/e5e944afb1ee13c41d22 to your computer and use it in GitHub Desktop.
compare 2 text files and print lines that differs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat file1.txt file2.txt| sort | uniq -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment