*: trim multiple spaces, fix line endings
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
65746eb5bb
commit
04dd546e2d
@@ -4,7 +4,7 @@
|
||||
|
||||
- 通过字符串字面量判断执行分支:
|
||||
|
||||
`case {{入参变量}} in {{字符字面量1}} {{执行语句块1}} ;; {{字符字面量2}}) {{执行语句块2}} ;; *) {{默认执行语句块}} ;; esac`
|
||||
`case {{入参变量}} in {{字符字面量1}} {{执行语句块1}} ;; {{字符字面量2}}) {{执行语句块2}} ;; *) {{默认执行语句块}} ;; esac`
|
||||
|
||||
- 搭配通配符进行匹配,判断执行分支:
|
||||
|
||||
|
@@ -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}}`
|
||||
|
||||
- 指定本地和远程之间通信方式,使用指定端口,并显示进度条:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# fsck
|
||||
|
||||
> 检查或修复文件系统的完整性,运行命令时应卸载文件系统.
|
||||
> 它是一个包装器,包含 `fsck_hfs`, `fsck_apfs`, `fsck_msdos`, `fsck_exfat`, `fsck_udf` 作为可选.
|
||||
> 它是一个包装器,包含 `fsck_hfs`, `fsck_apfs`, `fsck_msdos`, `fsck_exfat`, `fsck_udf` 作为可选.
|
||||
|
||||
- 检查文件系统 /dev/sda,报告损坏的块:
|
||||
|
||||
|
Reference in New Issue
Block a user