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
Linux file compare – How to compare two files using Linux To compare two files using Linux Most Unix/Linux distributions comes with a utility called diff. It’s incredibly easy to compare two files with diff, you Read More