Browse Source

which: Mention what a search path is. Remove explicit example.

Peter Tripp 9 năm trước cách đây
mục cha
commit
246d490e6e
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      pages/common/which.md

+ 1 - 2
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: