Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
P modify in history event
- X-seq: zsh-users 24444
- From: Perry Smith <pedz@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: P modify in history event
- Date: Sun, 17 Nov 2019 12:42:04 -0600
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=easesoftware.com; s=default; h=To:Date:Message-Id:Subject:Mime-Version: Content-Type:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=1wvqG8YwoI7DcFLTXek40dxFGzfvfkMAVtswjOgRiXw=; b=M9rNPuQuBYrruuXsl8ah2nhU+R P2aKEw2hm15fBFw+l0HpMJAI0QyCEfUjfm7f+JF5lHEzpV50iRmti0miaQrhfoE780kRrFRrFAXya WaGIRhJK5iemOeIrMdIVDbTDvWF8Q7QL4x9HLcwv//47/C1v88IZPLzo2265m9vY/ln0WneGAg3Xt ztZin3NzUmHjXv+dqJysI+uphCXtzrOtRwxa8wvcq2TcKkON7BUQEUuxDD/KwNtATzRvlevxUX8YX 8O9sRk1/vU2pzxBW5cLzLrj4dWSxXvkvSoc94Ft2noC/eI18ZTyr5E42eZXXxbG/P3U9ly+aJ86dd uVl+16ug==;
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I’m (slowly) reading through zshexpn and playing with things to learn. This does not work:
> pedz@MysticSlate my-play-dir % echo /this/is/a/../../path
> /this/is/a/../../path
> pedz@MysticSlate my-play-dir % echo !$:P
> zsh: illegal modifier: P
even if the file specified exists
but this does:
> pedz@MysticSlate my-play-dir % echo /this/is/a/../../path
> /this/is/a/../../path
> pedz@MysticSlate my-play-dir % echo !$:A
> echo /this/path
> /this/path
Is this a documentation bug, code bug, or my misunderstanding?
Thank you,
pedz
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author