 |
Comparing 2 unsorted lists in linux, listing the unique in the second file
I have 2 files with a list of numbers (telephone numbers). I'm looking for a ... grep -Fxv -f first-file.txt second-file.txt. Basically looks for all lines in second-file.txt which ...
stackoverflow.com |
 |