Created
September 24, 2012 12:50
-
-
Save mitfik/3775800 to your computer and use it in GitHub Desktop.
Cross checking for two files
This file contains 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
# linux is awsome | |
# first.csv | |
# A | |
# B | |
# C | |
# D | |
# second.csv | |
# B | |
# D | |
# result.csv | |
# B | |
# D | |
> grep -Fxv -f file1 file2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment