4 Summary: a portable GNU which replacement
5 Home-page: http://trentm.com/projects/which/
7 Author-email: TrentM@ActiveState.com
9 Description: This is a GNU which replacement with the following features:
10 - it is portable (Windows, Linux);
11 - it understands PATHEXT on Windows;
12 - it can print <em>all</em> matches on the PATH;
13 - it can note "near misses" on the PATH (e.g. files that match but
14 may not, say, have execute permissions; and
15 - it can be used as a Python module.
17 Keywords: which,find,path,where