I am trying to recursively compare a directory in the local host to a directory in a remote linux machine. However, when i execute the next command:
diff -r
Try using "rsync" with the "-n" option, which just does a "dry run" and tells you what it would do.