Bash Scripting - Text Processing in Scripts
Why does this script fail?
cat <
But this works:cat <<-EOF Hello World EOF
cat <
But this works:cat <<-EOF Hello World EOF
<<- strips tabs, fixing indentation issues [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions