Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cd x x.something
- X-seq: zsh-users 22905
- From: Grant Taylor <gtaylor@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: cd x x.something
- Date: Tue, 26 Sep 2017 13:47:23 -0600
- Arc-authentication-results: i=1; tncsrv06.tnetconsulting.net; none
- Arc-filter: OpenARC Filter v0.1.0 unknown-host v8QJlN6Q006973
- Arc-message-signature: i=1; a=rsa-sha256; d=tnetconsulting.net; s=2015; t=1506455244; c=relaxed/simple; bh=SULQQuJJEjxaeUxgMyDHbgm6YTv1eep3F8GuZFOW4iY=; h=DKIM-Signature:Subject:To:From:Message-ID:Date:User-Agent: MIME-Version:Content-Type; b=dI2QEEIZvu80Ot5dlE/uwPUsKLopX+aC6U/g6rWBxPI4DZnWe1yEzT05ZLEFKpX0XGhtqh4Wj7e7rxYgKgTS68VT7pwiQ6a/f/4D3NYXSeB8MDNpuX6W7MJuLXvcKvxMqYUWTwbNRRJJ7GnfWUc0+5a07X/tuwOUt3ufEn1t6T4=
- Arc-seal: i=1; a=rsa-sha256; d=tnetconsulting.net; s=2015; t=1506455244; cv=none; b=rnFmX9nvjTzitn+XQZ5rVPMsBul88KJrwvjn6iP5y0f6vH9JsfuEKAj+EbXhuV2TU9XBRhfMuxdPgYu1Ls7CsimRnXvNOkBF3ynl3QCuz4jGaNH0icRwEwotfIuoIgj4drF/w7G3NYB51SKgNTh1eQ0/t2Be5LjQfBWVkQbYd2M=
- Authentication-results: tncsrv06.tnetconsulting.net; arc=none header.d=tnetconsulting.net
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=tnetconsulting.net; s=2015; t=1506455244; bh=SULQQuJJEjxaeUxgMyDHbgm6YTv1eep3F8GuZFOW4iY=; h=Subject:To:References:From:Date:In-Reply-To:From; b=SkKIvtC0ZeF4LyEhaYnWddCcVgPgaKquiS0HwLaNiRUQ/ryB13E0zhfn26y64TN68 tCiTQ+MtVNYrZt3yiXV4sUFFxLAKX5JHNG/pdSPI6IrzjPgUpou9weqBSJ+ahlCdWW DuPO4RH2Ddhkayw+CCyTHcor0hYlz3PbrRhDGvRg=
- In-reply-to: <20170926185049.GK8773@isis.sigpipe.cz>
- 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> <20170926185049.GK8773@isis.sigpipe.cz>
On 09/26/2017 12:50 PM, Roman Neuhauser wrote:
cd $PWD.bak
That doesn't work for me. - It's also one directory, not the two that
I think is needed to move laterally.
Did you by chance mean the following:
cd $PWD{,.bak}
Which expands to two directories, the first with no suffix and the
second with the .bak suffix?
--
Grant. . . .
unix || die
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author