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

6 lines
103 B
Bash

if true; then
cat <<- EOF
The <<- variant deletes any tabs from start of each line.
EOF
fi