sdiff-并排显示本地文件和远程文件之间的差异
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sdiff-并排显示本地文件和远程文件之间的差异相关的知识,希望对你有一定的参考价值。
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.
ssh username@servername.com 'cat /path/to/file.txt' | sdiff - /path/to/file.txt
以上是关于sdiff-并排显示本地文件和远程文件之间的差异的主要内容,如果未能解决你的问题,请参考以下文章