Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: capturing output of !! not working



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