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

7 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