command: update Chinese translation (#8435)

pull/1/head
Guohan Li 2022-09-01 11:13:15 +08:00 committed by GitHub
parent 5290b20518
commit b83f1ea910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
# command
> 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身)
> Command 强制当前 shell 执行指定程序,并忽略具有相同名称的任何函数、内置函数和别名。
> 更多信息:<https://manned.org/command>.
- 从字面上执行 `ls` 程序,即使存在 ls 别名:
- 从字面上执行 `ls` 程序,即使存在 `ls` 别名:
`command {{ls}}`
- 显示指定命令的可执行程序路径或别名定义:
`command -v {{命令名}}`