Diff Directories Using Modification Time (mtime) and Size

diff()directory

Is there an option to have diff (-q) not look at file contents and instead just look at size and mtime? If not, is there a tool similar to this that has the option?

Best Answer

Use rsync, but tell it not to copy or remove any files.

rsync -a -nv --delete a/ b/