📜  diff 远程文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:17.831000             🧑  作者: Mango

代码示例1
diff <(ssh RemoteServer1 'cat /path/to/file') <(ssh RemoteServer2 'cat /path/to/file')