<<On 03 Mar 2000 16:45:44 +0100, Assar Westerlund <[EMAIL PROTECTED]> said: > There's a real reason for not writing this in csh. Because the > built-in function will return results for csh, which might not be the > right ones for other shells. The error is in using `which' with another shell. The correct command to use with POSIX-ish shells (sh, ksh, bash, etc.) is `type'. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same [EMAIL PROTECTED] | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: which(1), rewritten in C? Matthew Hunt
- Re: which(1), rewritten in C? David O'Brien
- Re: which(1), rewritten in C? Chris Costello
- Re: which(1), rewritten in C? Dan Papasian
- Re: which(1), rewritten in C? Alfred Perlstein
- Re: which(1), rewritten in C? Dan Papasian
- Re: which(1), rewritten in C? David O'Brien
- C shell scripts (was: Re: which(1), rewritten in C?... Patrick M. Hausen
- Re: C shell scripts (was: Re: which(1), rewritt... David O'Brien
- Re: C shell scripts (was: Re: which(1), rew... Assar Westerlund
- Re: C shell scripts (was: Re: which(1),... Garrett Wollman
- Re: C shell scripts (was: Re: whic... Assar Westerlund
- Re: C shell scripts (was: Re: ... Garrett Wollman
- Re: C shell scripts (was: Re: which(1),... Peter Edwards
- Re: which(1), rewritten in C? Oliver Fromme