Created
September 16, 2019 13:22
-
-
Save Sam-R/0cf2a1d04bf0247bb37fc75150920c6a to your computer and use it in GitHub Desktop.
compare two sorted files for any differences
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
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