Shell Scripts and Here Documents
Tip of the Trade: A here document, or heredoc, is one way to get text input into a script without feeding it from a separate file. If the data or script is complicated, however, keeping the two separate is generally a better idea.
Tags:
open source, PHP, Linux, programming, script
