Compare directories via diff


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. diff -qr dirA dirB | grep -v -e 'DS_Store' -e 'Thumbs' | sort > diffs.txt

URL: http://www.macosxhints.com/article.php?story=20070408062023352

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.