bash
This code demonstrates the use of a here-document (heredoc) in Bash to pass multiple lines of text to a command like `cat`. It shows three examples: basic heredoc usage, heredoc with variable expansion, and heredoc with suppressed variable expansion. This illustrates how to handle multi-line input and control variable expansion in heredocs.
cat