Let's say I have two files - file1 and file2. I want to compare those files, but output only lines that are in file1 and not in file2. How can I do it?
0Compare two files, show lines in file1 but not in file2 [duplicate]
|
Let's say I have two files - file1 and file2. I want to compare those files, but output only lines that are in file1 and not in file2. How can I do it?
0