arch, bzip2, command, gunicorn, history, htop, shasum, stty, yes: move translation to correct directories (#5362)

This commit is contained in:
marchersimon
2021-03-07 21:50:02 +01:00
committed by GitHub
parent 6443e6a725
commit 9ffbe151a6
10 changed files with 0 additions and 0 deletions

View File

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