Bash, Linux: Interacting with multiple scripts running in background from another script
· 8 min read
In this post, I would like to share an idea of a solution of an interesting task concerning manipulating multiple bash scripts running in background via prompts from another bash script. I will show you an example of a script implementing such solution. The example is simplified, but it fully illustrates the idea.