I'm moving a lot of files around on OS X. To verify that they've all moved, I wanted to use the dircmp tool. Only, I fire up iTerm and type it in to find… nothing. 
I’ve found a neat solution though. It uses find and diff to compare two directories. 
I might write that into a shell script and set it up as dircmp. 
