Subject: RE: PR's about which(1)
To: None <current-users@NetBSD.org>
From: Conrad T. Pino <NetBSD-Current@Pino.com>
List: current-users
Date: 04/01/2004 12:03:55
> From: Courtney R. Spencer
>
> > Solaris 8 SPARC & Intel editions seem similar:
>
> Solaris sparc has type builtin though:
>
> SunOS XXXX 5.8 Generic_108528-26 sun4u sparc SUNW,Ultra-80
>
> % /bin/csh
> % type type
> type is a shell builtin
> % type which
> which is /bin/which
>
> % /bin/ksh
> % type type
> type is a shell builtin
> % type which
> which is /bin/which
>
>
> % /bin/sh
> % type type
> type is a shell builtin
> % type which
> which is /bin/which
>
>
> % /bin/zsh
> % type type
> type is a shell builtin
> % type which
> which is a shell builtin
Confirmed, "type type" is consistent between Solaris 8 SPARC & Intel.
> It still has /bin/type and /bin/which included.
Also confirmed.
Conrad