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