Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

$(cat <

$ cat >> test <<HERE
> Hello world HERE <-- Not by itself on a separate line -> not considered end of string
> This is a test
>  HERE <-- Leading space, so not considered end of string
> and a new line
> HERE <-- Now we have the end of the string
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #heredoc #assign #command #variable
ADD COMMENT
Topic
Name
7+5 =