opposite of diff unix code example
Example: opposite of diff unix
fgrep -x -f file1 file2 #does not change the order of the lines
join a.txt b.txt #If both text files are sorted
fgrep -x -f file1 file2 #does not change the order of the lines
join a.txt b.txt #If both text files are sorted