Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cd x x.something
- X-seq: zsh-users 22909
- From: Grant Taylor <gtaylor@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: cd x x.something
- Date: Tue, 26 Sep 2017 22:05:46 -0600
- Arc-authentication-results: i=1; tncsrv06.tnetconsulting.net; none
- Arc-filter: OpenARC Filter v0.1.0 unknown-host v8R45lD4027105
- Arc-message-signature: i=1; a=rsa-sha256; d=tnetconsulting.net; s=2015; t=1506485149; c=relaxed/simple; bh=J25P/FtYyAp8xQpfBxLLIVYl8XUxHCxert+kahb/WV4=; h=DKIM-Signature:Subject:To:From:Message-ID:Date:User-Agent: MIME-Version:Content-Type:Content-Language: Content-Transfer-Encoding; b=1utvxKIhqQ0L0mj1w31al58Psg5hEf3OmHXaWWZpzul6Z5uM1XNtLB17UwRGGeAY6g7IiScAeoNOkOR6OYuoiRewuTpOSWlI8SIsd8s/uQfQb9Z3AC9r01j0nb84juYEh36wh+tEyP1peNH5shF5CMQuwTKRYR8syzA32yatKFA=
- Arc-seal: i=1; a=rsa-sha256; d=tnetconsulting.net; s=2015; t=1506485149; cv=none; b=WT67EDD2XXIcDXTvP7O7K041PCblDc6BWXqiU5u3z8b2z1wpkK62Dcz3Ex8k/OQ05M4SFF5YIZkJgGQtsxhiU+diU19cJCLZm3m50HQR5yJIQ2P882NACcQIP+wGVuuj2CDGtUFtuCWi7DdC96iQbg1SaxpaxamTllBZhVYQFrM=
- 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=1506485149; bh=J25P/FtYyAp8xQpfBxLLIVYl8XUxHCxert+kahb/WV4=; h=Subject:To:References:From:Date:In-Reply-To:From; b=0onWn0lLk5xpBFjx0EnVrbChmDrEnLiN/jDmqTiJp+0vML/2geEvMdwdKZVkDPFs7 ePRSVWo49Xi5ao1uqhbz1tR/adHCxew5OOmYsZjhFYGkm8cV/AMC95Ru3Oh1Tkyo5G /rdcxTECCrEmW95B/N3d3hkz1Di9FvVmUIF/4eJs=
- In-reply-to: <170926204753.ZM17338@torch.brasslantern.com>
- 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> <9aca45d9-23fc-19a4-90ac-a7c618ac68d7@tnetconsulting.net> <20170926235627.GA274726@isis.sigpipe.cz> <1ed5e1c7-a0c7-0c65-c158-645954355702@tnetconsulting.net> <170926204753.ZM17338@torch.brasslantern.com>
On 09/26/2017 09:47 PM, Bart Schaefer wrote:
No, there's nothing special here. The value of $PWD is a full path, to
which you are appending ".wtf".
*facePalm*
I completely missed that simple low hanging fruit.
I'm done for the day.
/me turns and hollers "Check please."
Yes, but you could also do "cd dev/shm tmp" and it would try to change
to /tmp/omg. It's only "lateral" because you happen to be using a
string that matches only the tail of the path.
Thank you for trying to explain this. My brain is not accepting it.
I'll get some sleep and (re)read some manuals to try to pick up what I'm
missing or have forgotten.
--
Grant. . . .
unix || die
Messages sorted by:
Reverse Date,
Date,
Thread,
Author