Tom Morris

1 July 2007

A pungent mix of programming, philosophy, pedanticism, procrastination, perplexity, peripheral political polemic, and platters of preposterousness.

dircmp for OS X

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.

|

Tags: