diff <(find /path1 -type f -printf "%P\n") <(find /path2 -type f -printf "%P\n")
Interesting use of diff for this
Please Login to reply.
No replies yet.