Skip to content

Instantly share code, notes, and snippets.

@JoshCheek
Created December 2, 2016 15:00
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 JoshCheek/826f09daf1c792c0ba1cb46a4231fe97 to your computer and use it in GitHub Desktop.
Save JoshCheek/826f09daf1c792c0ba1cb46a4231fe97 to your computer and use it in GitHub Desktop.
A Bash heredoc example
$ sed 'p;s/b/w/' <<HERE | sed 'p;s/a/e/'
> bat
> ball
> HERE
bat
bet
wat
wet
ball
bell
wall
well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment