We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"▭" below indicates an otherwise invisible space:
cat << "eof" Hello eof▭
cat << "eof" Hello eof
The end token of your here document has trailing whitespace. This is invisible to the naked eye, but shells do not accept it.
Remove the trailing whitespace.
None.