command: add page (#2478)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
682b8409be
commit
70c4eeadcc
7
pages/linux/command.md
Normal file
7
pages/linux/command.md
Normal 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
7
pages/osx/command.md
Normal 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}}`
|
Reference in New Issue
Block a user