Thursday, November 3, 2011

Recursively compare two directories

I often need to recursively compare two directory structures to see what's different.  I found this great python script that does just that.

http://eggdrop.ch/blog/2008/02/17/compare-directories/

No comments: