- Requires Python 3.10 or later
- Make the script (i.e.
run_main.sh) executable- Open the folder where this README is located in the terminal
- Run
chmod +x run_main.shin the terminal
- Execute the script
- Run
./run_main.sh ./a ./bin the terminal, where./aand./bdenote your two root directories to be compared, respectively - of course, you first have to adjust them to your needs
- Run
- Observe the terminal outputs to see files and (sub-)directories which differ between the two root directories when being compared against each other recursively
That's it!
run_main.shis just a wrapper aroundmain.py, which makes sure to omit printing all files and directories which do not differ between the two compared root directories.- Ran, at the time of writing, on Ubuntu 16.04