Compare files in the two directories, and only report differences:
diff -q path-1/ path-2/
Compare files in the two directories and their sub-directories, only reporting differences:
diff -qr path-1/ path-2/
Follow @geek1968 on Instagram
Joaquim Homrighausen
Compare files in the two directories, and only report differences: diff -q path-1/ path-2/ Compare files in the two directories and their sub-directories, only reporting differences: diff -qr path-1/ path-2/ Follow @geek1968 on Instagram
Compare files in the two directories, and only report differences:
diff -q path-1/ path-2/
Compare files in the two directories and their sub-directories, only reporting differences:
diff -qr path-1/ path-2/
Follow @geek1968 on Instagram