mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
6 lines
286 B
Plaintext
6 lines
286 B
Plaintext
File::Which is a portable implementation (in Perl) of `which', and
|
|
can be used to get the absolute filename of an executable program
|
|
installed somewhere in your PATH, or just check for its existence.
|
|
It includes the command-line utility `pwhich' which has the same
|
|
function as `which'.
|