<< 'delimiter'
or << "delimiter"
, it starts creating a multi-line buffer using these rules:delimiter
ends the contents\t
is not translated into a literal TAB
)$foo
remains $foo
)$(date)
and `date`
remain unchanged)stdin
to the program of your choice. For example: