From owner-freebsd-questions@FreeBSD.ORG Wed May 13 20:11:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20E701065674 for ; Wed, 13 May 2009 20:11:56 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E59EF8FC1F for ; Wed, 13 May 2009 20:11:55 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 088377E840; Wed, 13 May 2009 12:11:55 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org, nightrecon@verizon.net Date: Wed, 13 May 2009 22:11:52 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905132211.53066.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Subject: Re: How to move vi to /bin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 20:11:56 -0000 On Wednesday 13 May 2009 11:34:43 Michael Powell wrote: > Kind of like how those coming over from a > Linux environment all seem to want to change root's shell to bash, it > serves no purpose except foot-shooting. - csh cannot redirect stderr seperately from stdout - on pipes the exit status from the first command is the exit status of the total command - will not expand matches without a user provided part, for *every* component of a path There's plenty of reasons not to use csh and if you know what you're doing, BSD lets you. And no, I don't want to type exec zsh when I'm finally logged into the box that has a load of 100+. -- Mel