Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: convolutions
- X-seq: zsh-users 20912
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: convolutions
- Date: Sat, 7 Nov 2015 01:40:27 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern_com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=RYpze5brG56sk7WAOw3sIkmyBTgD0pYlecXo12Ortts=; b=OKPq/rWPGVgNX2xAp/81cCpiA6GSJFRMEbHbo8tpcGzK1vlEG7ML1Yppqv7eMM2pws ZUmkJGVGtWrDoyARBH7YgKVCL0R8HEh9I4ywCP7pL3T/Yfo/3DcyBnu523w09BY682pE YQ35HUBM15Gmqb7ET29VwS/p/L8Ohgu8Sh1VASGwY6prn0gLEPmI/+m8CofK5SAJJx98 YXLQ/Cwqsv2JpP0kBKVTCEl+yKj7XCEEKe9ZDBTOwbgDwKvXHncBsK+yKFVD8Vn5ayW/ bNffenaN60E4OE2964nPbfb7JEGTE9WCT4CUHrhMvLzUI1qHOKxbr4RPszvCiN0gbG/6 6IcA==
- In-reply-to: <151107013244.ZM23334@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: <563D5ED5.1070102@eastlink.ca> <CAH+w=7bzDJV5bLSr3=bVkAoOm-Yov3DU9w58eqr6daJFCNvw-w@mail.gmail.com> <563D9B54.9010604@eastlink.ca> <151107013244.ZM23334@torch.brasslantern.com>
On Nov 7, 1:32am, Bart Schaefer wrote:
}
} -- and you don't even need it there in this case:
}
} torch% test2 ()
} {
} echo "$(eval echo "$(cat junk1)")" >! junk2
} cat junk2
} }
Although, to be clear, the above isn't really correct either, because
the "eval" is going to remove the quotes around the contents of junk1,
so you can end up actually executing parts of junk1 as code, as Mikael
pointed out.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author