Linux dircmp – directory compare

[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! 🙂

[/problem]

[solution]

Just diff the directories, with the -d flag. See the example and reference tabs for more info.

[/solution]

[example]


diff -d dir1 dir2

[/example]

[reference]

[tags]UNIX, Linux, Dircmp, Unix Coding School[/tags]

[/reference]

If you have found my website useful, please consider buying me a coffee below 😉

Leave a Reply

Your email address will not be published. Required fields are marked *