- Date added
-
Dec. 29, 2024, 1:09 p.m.
- Description
- When writing shell scripts you may be in a situation where you need to pass multiline block of text or code to an interactive command. In Bash and other shells like Zsh a Here document (Heredoc) is a type of redirection that allows you to pass multiple lines of input to a command.