mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:35:25 +02:00
command: add page (#2478)
This commit is contained in:
parent
682b8409be
commit
70c4eeadcc
2 changed files with 14 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue