2015-12-12 17:53:35 -0500, Mike Frysinger: [...] > > It will almost > > certainly get in the way of a reasonable use case. > > can you name a reasonable use case this breaks ?
bash << EOF some code EOF here-documents with many shells (including bash) are implemented as deleted temporary files (typically in /tmp which sometimes has noexec). -- Stephane