Subject: Re: directory names with spaces don't behave, perhaps a tcsh issue?
To: Zach Fine <zach@zachfine.com>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-help
Date: 02/26/2002 12:09:18
On Feb 26, 9:05am, zach@zachfine.com (Zach Fine) wrote:
-- Subject: Re: directory names with spaces don't behave, perhaps a tcsh issu
| Christos> You have a broken alias in cd.
|
| zach% alias | grep cd
| cd set old=$cwd; chdir !*
|
| Aha, you're right. I completely forgot.
|
And of course in tcsh this alias is superfluous, since there is already
$owd that contains the value you are saving :-)
christos