Skip to content

Tag Archives: compare

Comparing Directories

Sometimes I have multiple copies of directories on my computer.  If I want to know where the differences are, I use the following command: For text documents: diff -iwErN /path/to/one/folder /path/to/another/folder For binary files and source code: diff -wrE /path/tp/one/folder /path/to/another/folder