Further Reading
- How to Use “Here Documents” in Bash on Linux: https://www.howtogeek.com/719058/how-to-use-here-documents-in-bash-on-linux/
- How to Create TXT Template Scripts in BASH: https://www.maketecheasier.com/create-txt-template-scripts-bash/
- Here Documents: https://tldp.org/LDP/abs/html/here-docs.html
- How to Use Heredoc in Shell Scripting: https://www.tecmint.com/use-heredoc-in-shell-scripting/
- Writing Shell Scripts-Lesson 3: Here scripts: http://linuxcommand.org/lc3_wss0030.php
- How to Use Here Document (heredoc) in Linux Shell Script: https://linuxtldr.com/heredoc/
- Linux expect Command with Examples: https://phoenixnap.com/kb/linux-expect
- Automate Input to Linux Scripts with the expect Command: https://www.howtogeek.com/devops/automate-inputs-to-linux-scripts-with-the-expect-command/
- Expect Command in Linux with Examples: https://www.geeksforgeeks.org/expect-command-in-linux-with-examples/
- Expect Command...