From 384dd032aaa3bec3633ae47d71b4401e0b821e6b Mon Sep 17 00:00:00 2001 From: wizarot Date: Tue, 26 Feb 2019 11:09:31 +0800 Subject: [PATCH] command: add Chinese translation --- pages.zh/osx/command.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages.zh/osx/command.md diff --git a/pages.zh/osx/command.md b/pages.zh/osx/command.md new file mode 100644 index 0000000000..2a05f0e314 --- /dev/null +++ b/pages.zh/osx/command.md @@ -0,0 +1,7 @@ +# command + +> 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名.(会忽略掉一切别名等,执行命令本身) + +- 从字面上执行ls程序,即使存在ls别名: + +`command {{ls}}`