Subject: CVS commit: wip/which
From: Jeremy C. Reed
Date: 2004-05-23 06:05:16
Message id: E1BRkEe-00046e-OR@sc8-pr-cvs1.sourceforge.net

Log Message:
Import a which command. (I needed this for my Linux!)

The which tool is used to locate a program file in the user's PATH.

This which code is from NetBSD's whereis.c and originally from 3.0BSD.


Files:
RevisionActionfile
1.1importwip/which/Makefile
1.1importwip/which/PLIST
1.1importwip/which/DESCR
1.1importwip/which/TODO
1.1importwip/which/files/whereis.c
1.1importwip/which/files/which.1
1.1importwip/which/files/which.bash