From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 20:56:55 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E34516A4CE for ; Wed, 19 Jan 2005 20:56:55 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A1143D41 for ; Wed, 19 Jan 2005 20:56:55 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 9A6C2C511E2 for ; Wed, 19 Jan 2005 15:56:53 -0500 (EST) X-Sasl-enc: D2zwsB4rUzgYs9Fa9F5VIg 1106168212 Received: from gumby.localhost (dsl-80-41-78-107.access.uk.tiscali.com [80.41.78.107]) by frontend3.messagingengine.com (Postfix) with ESMTP id 45F2528482 for ; Wed, 19 Jan 2005 15:56:52 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Wed, 19 Jan 2005 20:56:34 +0000 User-Agent: KMail/1.7.2 References: <200501182030.52598.shinjii@virusinfo.rdksupportinc.com> <200501191432.42281.list-freebsd-2004@morbius.sent.com> <20050119152246.GA63214@catflap.slightlystrange.org> In-Reply-To: <20050119152246.GA63214@catflap.slightlystrange.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501192056.35149.list-freebsd-2004@morbius.sent.com> Subject: Re: Tab to Auto-Complete + .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 20:56:55 -0000 On Wednesday 19 January 2005 15:22, Daniel Bye wrote: > On Wed, Jan 19, 2005 at 02:32:41PM +0000, RW wrote: > > On Tuesday 18 January 2005 12:10, Warren wrote: > > > I changed the shell type using: chsh -s /bin/csh > > > > I think you want /bin/tcsh/ which is the enhanced version of csh. > > It's the same thing: > > --->$ ls -i /bin/csh /bin/tcsh > 24836 /bin/csh* 24836 /bin/tcsh* Whilst you may well be right about csh and tcsh having identical behaviour in FreeBSD, you cannot infer that by comparing the binaries. It actually quite common for related programs to have the same executable. For example: $ md5 -r /usr/bin/*grep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/bzegrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/bzfgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/bzgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/egrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/fgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/grep 5a35688710a92604bce83761bca5ea61 /usr/bin/pgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/zegrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/zfgrep 44c602f0c4ad6838ec0ba9f353ad4616 /usr/bin/zgrep