yanivk1984
9/2/2019 - 8:11 AM

grep linux

alon
yaniv
yaron
danny
# will check which string in file2 was not found on file1
# note: if file1 contains a string that is not found on file2, nothing will be shown on scree
grep -vFxf file1 file2

# output
# danny