On Mon, 2017-05-29 at 10:50 +0200, Antoine Rousseau wrote:
for full duplex:
pdreceive 5678 | your_command | pdsend 6789 &
see attached patch (using ggee/shell, but would also works with e.g motex/system).
Thansks. From what I understand this allows you to write to talk to the stdin of the launched command. That's a neat trick.
My main problem is still that I find it hard to kill a still running command, especially when I want to kill a specific one when many are running.
Roman