Skip to content

Instantly share code, notes, and snippets.

@usmansaleem
Created December 15, 2016 00:18
Show Gist options
  • Save usmansaleem/8aad447036d7efd5326c7e2fc238bb5c to your computer and use it in GitHub Desktop.
Save usmansaleem/8aad447036d7efd5326c7e2fc238bb5c to your computer and use it in GitHub Desktop.
Heardoc example (Writing contents to a file from shell)
cat << EOF > /somefile
These contents will go into file.
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment