From 5fd5e9bba2c652acf20252e3572d2e075c6c8658 Mon Sep 17 00:00:00 2001 From: sedrubal Date: Sat, 24 Oct 2020 14:12:39 +0200 Subject: [PATCH] command: add -v example (#4762) --- pages/common/command.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`