Shell Scripts and Here Documents

Shell Scripts and Here Documents: "Tip of the Trade: 'A here document (or heredoc) is a way of getting text input into a script without having to feed it in from a separate file. If you've got a small quantity of data you don't expect to change often, it's a quick and tidy way of keeping script and data together.'"