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:

Comments

Popular posts from this blog

cURL to REST API

Indesign scripting - negative object reference