If you want to subtract all the lines in one file from another file you can do this using grep.
grep -Fxvf some_file_to_subtract some_file
See this blog post for further details.
If you want to subtract all the lines in one file from another file you can do this using grep.
grep -Fxvf some_file_to_subtract some_file
See this blog post for further details.
Comments