/ Published in: Bash
URL: http://www.macosxhints.com/article.php?story=20070408062023352
Expand |
Embed | Plain Text
diff -qr dirA dirB | grep -v -e 'DS_Store' -e 'Thumbs' | sort > diffs.txt
You need to login to post a comment.
URL: http://www.macosxhints.com/article.php?story=20070408062023352
diff -qr dirA dirB | grep -v -e 'DS_Store' -e 'Thumbs' | sort > diffs.txt
You need to login to post a comment.