On Mon, Jul 17, 2023 at 8:14 PM Bart Schaefer wrote: > > I have not yet implemented the anonymous tempfile for ${ > capture_stdout }. However, this equivalent construction does work > (extra newlines for clarity): > ${| > () { > capture_stdout > $1 > REPLY=$(<$1) > } =( } > > Both $(<...) and =(<...) are non-forking shortcuts already, so this > acts as proof of concept. I've just discovered that =(