Answers for "how to compare two directories in linux"

2

how to compare two directories in linux

# -q switch tells diff to report only when files differ
$ diff -q directory-1/ directory-2/
Posted by: Guest on May-23-2021

Code answers related to "how to compare two directories in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language