*: trim multiple spaces, fix line endings

This commit is contained in:
bl-ue
2021-04-03 14:51:56 -04:00
committed by Starbeamrainbowlabs
parent 65746eb5bb
commit 04dd546e2d
41 changed files with 113 additions and 113 deletions

View File

@@ -4,7 +4,7 @@
- 通过字符串字面量判断执行分支:
`case {{入参变量}} in {{字符字面量1}} {{执行语句块1}} ;; {{字符字面量2}}) {{执行语句块2}} ;; *) {{默认执行语句块}} ;; esac`
`case {{入参变量}} in {{字符字面量1}} {{执行语句块1}} ;; {{字符字面量2}}) {{执行语句块2}} ;; *) {{默认执行语句块}} ;; esac`
- 搭配通配符进行匹配,判断执行分支:

View File

@@ -29,7 +29,7 @@
- 指定本地和远程之间通信方式:
`rsync --rsh ssh {{remote_host}}:{{path/to/remote_file}} {{path/to/local_file}}`
`rsync --rsh ssh {{remote_host}}:{{path/to/remote_file}} {{path/to/local_file}}`
- 指定本地和远程之间通信方式,使用指定端口,并显示进度条: