Feed literal multiline input to a command.
Section: Redirection
Use a here document
bash
bash
cat <<'EOF'
line 1
$HOME is not expanded here
EOFExplanation
Quoted delimiter disables parameter expansion.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Redirection