How To Compare Two Lists Using grep

Published Date Author: , Posted August 1st, 2016 at 12:39:07pm

Output all lines in list.txt which don’t match any line in excluded.txt:
grep -Fxv -f excluded.txt list.txt

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.