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.
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.