add new chinese translations
This commit is contained in:
28
pages.zh/common/help.md
Normal file
28
pages.zh/common/help.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 帮助
|
||||
|
||||
> 显示有关 Bash 内置命令的信息。
|
||||
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-help>。
|
||||
|
||||
- 显示内置命令的完整列表:
|
||||
|
||||
`help`
|
||||
|
||||
- 打印关于如何使用 `while` 循环结构的说明:
|
||||
|
||||
`help while`
|
||||
|
||||
- 打印关于如何使用 `for` 循环结构的说明:
|
||||
|
||||
`help for`
|
||||
|
||||
- 打印关于如何使用 `[[ ]]` 进行条件命令的说明:
|
||||
|
||||
`help [[ ]]`
|
||||
|
||||
- 打印关于如何使用 `(( ))` 来评估算术表达式的说明:
|
||||
|
||||
`help \( \)`
|
||||
|
||||
- 打印关于如何使用 `cd` 命令的说明:
|
||||
|
||||
`help cd`
|
Reference in New Issue
Block a user