diff between directories
Whoa, no post for a while...! Compare directory contents using diff: diff -qr dirA dirB | grep -v -e 'DS_Store' -e 'Thumbs' | sort > diffs.txt obviously change dirA & dir B to whats required. *Need to look at the grep filter to ignore all invisible "._" files Found this here: http://hints.macworld.com/article.php?story=20070408062023352