| by Arround The Web | No comments

Bash Heredoc Tutorial For Beginners

When working with Bash scripts, you may end up in a situation where you have to process a series of inputs using the same command. Fortunately, there is a way in Bash to achieve this in a more optimal way using HereDoc.

HereDoc, an acronym for Here Document, is an input redirection method to pass multiple inputs to a program or command in Bash.

The post Bash Heredoc Tutorial For Beginners appeared first on Linux Today.

Share Button

Source: Linux Today

Leave a Reply