mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
command: add -v example (#4762)
This commit is contained in:
parent
32e310ff63
commit
5fd5e9bba2
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@
|
|||
- Execute the ls program literally, even if an ls alias exists:
|
||||
|
||||
`command {{ls}}`
|
||||
|
||||
- Display the path to the executable or the alias definition of a specific command:
|
||||
|
||||
`command -v {{command_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue