On Fri, Mar 03, 2000 at 11:13:23AM -0500, Garance A Drosihn wrote:

> If you do a 'type -a which' or 'help which' in bash, you'll find that
> 'which' is not a built-in function in bash either.  Sh/bash people
> would be more likely to use 'type blah' or 'type -a blah' instead
> of 'which blah'.

For what little it's worth, I'm a bash user and always use "which".
Probably because half the time, it's in backquotes:

$ less `which which`

and the "type" builtin is too verbose, saying "which is hashed
(/usr/bin/which)."  (It seems "type -p which" will do what I
want, but it's easier to type "which which", especially since that
is my habit already.)

As I have a slow machine by modern standards, I'm all for a faster
which(1) as well.

-- 
Matthew Hunt <[EMAIL PROTECTED]> * Stay close to the Vorlon.
http://www.pobox.com/~mph/           *


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to