For example, I have two files. They are not sorted. File1:
apple
banana
pineapple
File2:
pineapple
blueberry
banana
I want to echo fruits that only exist in file1, not in file2. And in this case, it's apple.(even we have pineapple)
For example, I have two files. They are not sorted. File1:
apple
banana
pineapple
File2:
pineapple
blueberry
banana
I want to echo fruits that only exist in file1, not in file2. And in this case, it's apple.(even we have pineapple)