Comparing two files in linux terminal

There are two files called “a.txt” and “b.txt” both have a list of words. Now I want to check which words are extra in “a.txt” and are not in “b.txt”.

I need a efficient algorithm as I need to compare two dictionaries.

12 Answers
12

Leave a Comment