command: add page (#2478)
This commit is contained in:
parent
682b8409be
commit
70c4eeadcc
|
|
@ -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}}`
|
||||
|
|
@ -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}}`
|
||||
Loading…
Reference in New Issue