Skip to content

Instantly share code, notes, and snippets.

@ezkl
Created November 17, 2012 02:36
Show Gist options
  • Select an option

  • Save ezkl/4092812 to your computer and use it in GitHub Desktop.

Select an option

Save ezkl/4092812 to your computer and use it in GitHub Desktop.

Revisions

  1. ezkl created this gist Nov 17, 2012.
    6 changes: 6 additions & 0 deletions heredoc.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    ~ $ cat <<EOF > testest
    heredoc> $RANDOM
    heredoc> EOF
    ~ $ cat testest
    15816
    ~ $