command: add page (#2478)

italian
Ivan Aracki 2018-10-31 01:29:48 +01:00 committed by Starbeamrainbowlabs
parent 682b8409be
commit 70c4eeadcc
2 changed files with 14 additions and 0 deletions

7
pages/linux/command.md Normal file
View File

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

7
pages/osx/command.md Normal file
View File

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