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]
How do I use a heredoc redirection feature (here documents) to write data to a file in my bash shell scripts?
Link