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

7 lines
159 B
Bash
Raw Permalink Normal View History

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