How To Do: subprocess in bashscript
Running a co-process in the background can be achieved by using & operator or coproc command. the only difference is that coproc allows to read and send output to the process while & operator doesn't.
(1) using coproc
In Linux coproc command is used ...
codeboard.hashnode.dev2 min read