Back
I have 2 files called "a.txt" and "b.txt" both have the list of words. Now I need to check which words are extra in "a.txt" and are not in the "b.txt".
I wanted an efficient algorithm as I wanted to compare 2 dictionaries.
If you have vim installed, try this:
vimdiff file1 file2
or
vim -d file1 file2
Want to be a Linux expert? Come and join this Linux course
31k questions
32.8k answers
501 comments
693 users