To compare 2 files to find lines that are the same.
- Use unix utility "comm" (WinXs on windows)
- Ensure both files are sorted alphabetically
- Use options 1 and 2 to suppress output from files 1 and 2
- Output will be only lines common to both files
LAST UPDATED: 02 February 2018 (Bluetooth File Transfer)

