/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
diff -qr dirA dirB | grep -v -e 'DS_Store' -e 'Thumbs' | sort > diffs.txt
URL: http://www.macosxhints.com/article.php?story=20070408062023352