RosettaCodeData/Task/Here-document/UNIX-Shell/here-document-4.sh
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

6 lines
180 B
Bash

cat << 'TOKEN'
If TOKEN has any quoted characters (like 'TOKEN', "TOKEN" or \TOKEN),
then all $ ` \ in the here document are literal characters.
$PATH \$PATH `shutdown now`
TOKEN