diff
(included in macOS and most Linux distributions) lets you easily compare two directories.
For example, diff --recursive --brief dir_one dir_two
will give a brief list of differences between dir_one
and dir_two
.
diff
(included in macOS and most Linux distributions) lets you easily compare two directories.
For example, diff --recursive --brief dir_one dir_two
will give a brief list of differences between dir_one
and dir_two
.