add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

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