How to use a here documents to write data to a file in bash script.md 377 B


title: How to use a here documents to write data to a file in bash script date: 2020-12-24 03:58:18 categories: [programming] tags: [bash]

authors: sedlav

How do I use a heredoc redirection feature (here documents) to write data to a file in my bash shell scripts?

Link