Difference between revisions of "Here Dcouments in Bourne Shell"

From MyWiki
Jump to: navigation, search
(Created page with "<source lang="bash"> cat << EOF > /tmp/yourfilehere These contents will be written to the file. This line is indented. EOF </source>")
 
(No difference)

Latest revision as of 17:12, 26 August 2015

cat << EOF > /tmp/yourfilehere
These contents will be written to the file.
        This line is indented.
EOF