Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: capturing output of !! not working
- X-seq: zsh-workers 34737
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- Subject: Re: capturing output of !! not working
- Date: Wed, 18 Mar 2015 19:28:44 -0700
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- In-reply-to: <CACeGjnXH=Dk6eAv0OEfyT99RC9J=AMiyxL4wT4p_SVS1pLo0+g@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CACeGjnXH=Dk6eAv0OEfyT99RC9J=AMiyxL4wT4p_SVS1pLo0+g@mail.gmail.com>
On Wed, Mar 18, 2015 at 6:49 PM, Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx> wrote:
> $ ls -l $(!!)
> ls -l $()
If I back all the way off to 870d880befaede1f55f232717a93ed07b9edb4c6,
I get the first inklings of this:
schaefer<502> echo $( !! ) 5.0.7-dev-0
echo $( echo foo )
zsh: command not found: !!
Note the printed expansion is correct but that's not what gets executed.
It appears it was last working in
93846edb0d5d606e167f929532608eaea273c23f before workers/34160.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author