RosettaCodeData/Task/Here-document/UNIX-Shell/here-document-4.sh

7 lines
180 B
Bash
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
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