/ Published in: Bash
Requires SSH access to remote server.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$ ssh username@www.remoteserver.com 'cat /pathto/file.txt' | diff - myfile.txt