Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
a little problem with the second argument to cd
- X-seq: zsh-users 6609
- From: Dominik Vogt <dominik.vogt@xxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: a little problem with the second argument to cd
- Date: Wed, 24 Sep 2003 15:52:31 +0200
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: zsh-users@xxxxxxxxxx
Usually, "cd x y" works fine, but in the following situation it
does not work:
$ mkdir foo foo/libfoo foo/libbar
$ cd foo/libfoo
Now I want to cd into libbar:
$ cd foo bar
cd: no such file or directory: .../bar/libfoo
^^^^^^
Can I force zsh to consider foo/libbar as a match too (preferrably
without re-implementing the whole functionality as a script)?
Ciao
Dominik ^_^ ^_^
Messages sorted by:
Reverse Date,
Date,
Thread,
Author