From 246d490e6e44a90ad25d565c290d79796965403e Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 20 Jan 2016 03:44:52 -0800 Subject: [PATCH] which: Mention what a search path is. Remove explicit example. --- pages/common/which.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/common/which.md b/pages/common/which.md index 78efa5173..b5447c752 100644 --- a/pages/common/which.md +++ b/pages/common/which.md @@ -2,9 +2,8 @@ > Locate the a program in the user's path. -- Display the path of an executable program: +- Search the PATH environment variable and display the location of any matching executables: -`which {{ls}}` `which {{executable}}` - If there are multiple executables which match, display all: