直接使用 SSH 而不是 scp 并运行cat。你会在哪里做:
scp remote:{file1,file2...} local-dir
Run Code Online (Sandbox Code Playgroud)
而是这样做:
ssh remote cat file1 file2 ... > locale-file
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
9339 次 |
| 最近记录: |