From 70c4eeadcc12d2cc7589b6d985de4f37127d943b Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Wed, 31 Oct 2018 01:29:48 +0100 Subject: [PATCH] command: add page (#2478) --- pages/linux/command.md | 7 +++++++ pages/osx/command.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 pages/linux/command.md create mode 100644 pages/osx/command.md diff --git a/pages/linux/command.md b/pages/linux/command.md new file mode 100644 index 000000000..1cd7922d9 --- /dev/null +++ b/pages/linux/command.md @@ -0,0 +1,7 @@ +# command + +> Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name. + +- Execute the ls program literally, even if an ls alias exists: + +`command {{ls}}` diff --git a/pages/osx/command.md b/pages/osx/command.md new file mode 100644 index 000000000..1cd7922d9 --- /dev/null +++ b/pages/osx/command.md @@ -0,0 +1,7 @@ +# command + +> Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name. + +- Execute the ls program literally, even if an ls alias exists: + +`command {{ls}}`