Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cd x x.something
- X-seq: zsh-users 22904
- From: Roman Neuhauser <neuhauser@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: cd x x.something
- Date: Tue, 26 Sep 2017 20:50:49 +0200
- In-reply-to: <20170925021928.kmibsqzal2biy6w2@solfire>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20170925021928.kmibsqzal2biy6w2@solfire>
# tuxic@xxxxxxxxx / 2017-09-25 04:19:28 +0200:
> Hi,
>
> zsh has a feature, which I love and use a lot:
>
> cd A B
> . But suppose there are these two directories
>
> /a/b/ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice
> /a/b/ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice.bak
>
> and you are in the first one and you want to go to the seond one....
> do you really need to type in "ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice"
> twice when you want to use this
cd $PWD.bak
--
roman
Messages sorted by:
Reverse Date,
Date,
Thread,
Author