Diff

From Wiki
Revision as of 18:28, 4 February 2011 by Scott (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To diff two directory structures:

diff -qr dir1 dir2

(the q means don't list actual difference for any pair of files) The command reports on files found in one dir and not the other.