We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4917ecf commit ad3c46cCopy full SHA for ad3c46c
docs/linux-command.md
@@ -348,6 +348,7 @@ Linux 命令速查表
348
**`for file in $(ls); do sed -i 's/nmg/sz/g' "$file"; done`** | 当前目录修改字符串
349
**`ssh -NfR remote_port:localhost:local_port user@remote_server`** | ssh代理
350
**`find . -wholename "*.sh" -exec dos2unix {} \;`** | 修复脚本格式错误
351
+ **`rsync -avz /source/ user@remote:/destination/`** | 同步文件和目录到远程服务器,支持压缩和增量传输
352
<!--rehype:className=left-align shortcuts-->
353
354
另见
0 commit comments