/ Published in: Bash
This is a good way to show the difference between files side by side to quickly see what parts are not the same, if any.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ssh username@servername.com 'cat /path/to/file.txt' | sdiff - /path/to/file.txt