A #Bash here document is a special-purpose code block.
A #Bash here document uses a form of I/O redirection to feed a command list to an interactive program or a command, such as ftp, cat, or the ex text editor.
COMMAND <<InputTagHERE
...
...
...
InputTagHERE
Comments
Post a Comment