format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -1,7 +1,7 @@
# command
> 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名.(会忽略掉一切别名等,执行命令本身)
> 命令强制 shell 执行命令程序并忽略具有相同名称的任何函数、内置函数和别名.会忽略掉一切别名等执行命令本身
- 从字面上执行ls程序,即使存在ls别名:
- 从字面上执行 ls 程序即使存在 ls 别名
`command {{ls}}`