On Jan 8, 2021, at 10:27 AM, Karsten Borgwaldt <kb@spambri.de> wrote:

Some expressions in heredocs will be evaluated. Not a good idea for comments:

:<<EOC
$(print something > /dev/stderr)
EOC

Not if some or all of the delimiter specification is quoted (as Ray is doing, in response to a suggestion in an earlier thread):

: <<\EOC
$(print something > /dev/stderr)
EOC

vq
Sent from my iPhone