mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:55:24 +02:00
command: add Chinese translation
This commit is contained in:
parent
95cec42350
commit
384dd032aa
1 changed files with 7 additions and 0 deletions
7
pages.zh/osx/command.md
Normal file
7
pages.zh/osx/command.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# command
|
||||
|
||||
> 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名.(会忽略掉一切别名等,执行命令本身)
|
||||
|
||||
- 从字面上执行ls程序,即使存在ls别名:
|
||||
|
||||
`command {{ls}}`
|
Loading…
Add table
Reference in a new issue