diff <(find /path1 -type f -printf "%P\n") <(find /path2 -type f -printf "%P\n")

Reply to this note

Please Login to reply.

Discussion

Interesting use of diff for this