Return to Snippet

Revision: 1500
at October 12, 2006 08:25 by micmath


Initial Code
$ ssh [email protected] 'cat /pathto/file.txt' | diff - myfile.txt

Initial URL


Initial Description
Requires SSH access to remote server.

Initial Title
Show Differences Between A Local File And A Remote Copy

Initial Tags
unix, linux

Initial Language
Bash