diff --git a/pages/common/command.md b/pages/common/command.md index 1cd7922d9..d2bf9af48 100644 --- a/pages/common/command.md +++ b/pages/common/command.md @@ -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}}`