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