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
[…] UNIX Coding School ยป Linux dircmp – directory compare UNIX, Linux, Dircmp, Unix Coding School (tags: UNIX Linux Dircmp Coding School) Subscribe to techie blogs central by Email […]