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}}`