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

6 lines
103 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if true; then
cat <<- EOF
The <<- variant deletes any tabs from start of each line.
EOF
fi