I remember vaguely a technique using pipes for communication between two shell processes.
Are there any tutorials available on how to setup and control a subshell?
Are you talking about named pipes?
mkfifo pipe
ls -l >pipe #type this is one shell
cat <pipe #type this is another one
No one reads if no one writes.
No one writes if no one reads.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With