From owner-freebsd-current Fri Mar 3 7:45:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id BC08D37B61C; Fri, 3 Mar 2000 07:45:41 -0800 (PST) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id QAA22724; Fri, 3 Mar 2000 16:45:44 +0100 (CET) (envelope-from assar) To: obrien@FreeBSD.ORG Cc: "Patrick M. Hausen" , current@FreeBSD.ORG Subject: Re: C shell scripts (was: Re: which(1), rewritten in C?) References: <20000303005651.A62723@dragon.nuxi.com> <200003030909.KAA72276@hugo10.ka.punkt.de> <20000303073621.A91188@dragon.nuxi.com> From: Assar Westerlund Date: 03 Mar 2000 16:45:44 +0100 In-Reply-To: "David O'Brien"'s message of "Fri, 3 Mar 2000 07:36:21 -0800" Message-ID: <5lln40qcpj.fsf@assaris.sics.se> Lines: 11 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" writes: > I do know about this FAQ, however for a very simple script that is just > passing arguments to a built-in function..... 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. What result do you get with `which which' for example? /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message