Heredoc
Useful multiline string that acts like another file.
- Supress tabs by prepending delimiter with a
-
- Supress variable expansion by quoting delimiter
"EOF"
[COMMAND] <<[-] 'DELIMITER'
Line 1
Line 2
...
DELIMITER
Create a file inline with a heredoc
Support tab indentations Heredoc
Run SQL Script in docker container