/compareDirs

Script to compare two directories/files

Primary LanguageShellMIT LicenseMIT

compareDirs

Script to compare two directories/files

Usage ./compareDirs <options>
Options :
_________
    no options 
                  will use compareDirs.cfg as configuration file and will work on directory level
                  Please fill in the parameters in the file as per your requirements
    -f <file1> <file2>
                  will find the difference between two files . But you dont really need a script to do that 
                  You can use diff utility available on all flavour of linux/unix...Never mind !

Example Usage

Example Usage