使用cat,diff,ssh将远程文件与本地文件进行比较
Hujiuxiang
・1 分钟阅读
将远程文件与本地文件比较
diff <(ssh user@host cat /path/to/remotefile) /path/to/localfile