Comparing Files
3 useful comparison tools:-- Examdiff - Shows files in split screen and highlights the differences. Stand-alone tool.
- Comparison - plugin for Notepad++ - Shows files in split screen and highlights the differences. Works within Notepad++, so need to invoke separate tool.
- Unix diff - Produces a text file of differences. Can be considered as the origin of all subsequent tools.
- Unix comm - Compares two sorted files line by line and produces a text file of lines common to both files or unique to one file or the other depending on options chosen.
LAST UPDATED: 02 February 2018 (Bluetooth File Transfer)

