I have 2 files with a list of numbers (telephone numbers).
I\'m looking for a method of listing the numbers in the second file that is not present in the first file.
cat f1.txt f2.txt | sort |uniq > file3