How to compare two files using BASH on the command line Description To quickly compare two files using the Unix BASH command line, do the following: egrep -f DatabasesToDump.txt DatabasesToDump2.txt Read More