From owner-freebsd-questions Tue Aug 24 21:15:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (n2000039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id CE296151B3 for ; Tue, 24 Aug 1999 21:14:48 -0700 (PDT) (envelope-from roelof@nisser.com) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id EAA73507; Wed, 25 Aug 1999 04:53:43 +0200 (CEST) (envelope-from roelof@nisser.com) Message-ID: <37C35AB2.B46601D6@nisser.com> Date: Wed, 25 Aug 1999 04:53:38 +0200 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: Patrick Seal , freebsd-questions@FreeBSD.ORG Subject: Re: Bash: space in cd arg bug? References: <19990824213027.A1375@hyperhost.net> <19990825111131.C83273@freebie.lemis.com> <37C34F37.5BE733A2@nisser.com> <19990825114804.E83273@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > > On Wednesday, 25 August 1999 at 4:04:39 +0200, Roelof Osinga wrote: > > nisser:~$ mkdir "Program Files" > > > > zsh -> FOO=/C:/Program\ Files > zsh -> echo $FOO > /C:/Program Files > zsh -> cd $FOO > zsh -> pwd > /C:/Program Files > zsh -> cd > zsh -> bash > bash -> FOO=/C:/Program\ Files > bash -> echo $FOO > /C:/Program Files > bash -> cd $FOO > bash: cd: /C:/Program: No such file or directory > bash -> nisser:~$ declare -x FOO=Program\ Files/ nisser:~$ echo $FOO Program Files/ nisser:~$ cd $FOO bash: cd: Program: No such file or directory nisser:~$ cd "$FOO" nisser:~/Program\ Files$ > > You were saying? ;) > > I changed to zsh because of it. I hear what you're saying . I mean, I like bash. It's like me. It comes with an instruction manual . Roelof -- Home is where the (@) http://eboa.com/ is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message