Problem
I wanted to run a dircmp with the -d option, to show all files that are different.
Plus display those differences.
Linux replied – command not found! 🙂
Solution
Just diff the directories, with the -d flag. See the example and reference tabs for more info.
Example
diff -d dir1 dir2
1 thought on “Linux dircmp – directory compare”