1
0
Fork 0
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:
sedrubal 2020-10-24 14:12:39 +02:00 committed by GitHub
parent 32e310ff63
commit 5fd5e9bba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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