Diffing directories content size

from blog lmno.lol @alvaro, | ↗ original
Needed to diff two directories, but only interested in file size changes. diff, find, sort, and stat seem to do the job: diff 1,3c1,2 dir2/one.txt 19 > dir2/two.txt 0 Note: Using diff, find, sort, and stat on macOS. Update 1 I've since learned about mtree (thanks Roman!). A nice utility to add to the toolbox. mtree -p emacs-25.1 -c -k size -d...