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

6 lines
159 B
Bash

cat << EOF
Here documents do parameter and command substitution:
* Your HOME is $HOME
* 2 + 2 is `expr 2 + 2`
* Backslash quotes a literal \$, \` or \\
EOF