Skip to content

Instantly share code, notes, and snippets.

@ezkl
Created November 17, 2012 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezkl/4092812 to your computer and use it in GitHub Desktop.
Save ezkl/4092812 to your computer and use it in GitHub Desktop.
Using HEREDOC in the shell
~ $ cat <<EOF > testest
heredoc> $RANDOM
heredoc> EOF
~ $ cat testest
15816
~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment