/FolderDifference

Find the difference between folders

Primary LanguageJava

Difference between directories

Usage

To use this application clone the repository and install npm.

git clone https://github.com/afsaredrisy/FolderDifference.git

npm install

Once the NPM is install then you can run following command.
node difference path1 path2
e.g

node difference Experiment/src_local Experiment/src_remote
Note: Make sure user executing this command having read permission to both directories.