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

 

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top