/ Published in: Bash
Requires SSH access to remote server.
Expand |
Embed | Plain Text
$ ssh username@www.remoteserver.com 'cat /pathto/file.txt' | diff - myfile.txt
You need to login to post a comment.
micmath on 10/12/06
3 people have marked this snippet as a favorite
Requires SSH access to remote server.
$ ssh username@www.remoteserver.com 'cat /pathto/file.txt' | diff - myfile.txt
You need to login to post a comment.