Return to Snippet

Revision: 64665
at September 5, 2013 02:44 by donkeykong


Initial Code
ssh [email protected] 'cat /path/to/file.txt' | sdiff - /path/to/file.txt

Initial URL


Initial Description
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.

Initial Title
sdiff - show difference between local file and remote file side by side

Initial Tags
command, linux

Initial Language
Bash