Subject: Re: /usr/bin/which is a csh script!!?!
To: NetBSD-current Discussion List <current-users@netbsd.org>
From: George Michaelson <ggm@apnic.net>
List: current-users
Date: 04/30/2003 11:26:31
Since whereis is a .C program, maybe which can just be a shell:

	#!/bin/sh

	/usr/bin/whereis -p $@

Thats what it is for me now..

-George