I can't find it now, but there's a very short rc script that does a
modestly realistic telnet client in Plan 9.
But you know, that's not Unix.
-rob
On Thu, Mar 26, 2020 at 1:39 PM Dave Horsfall <dave(a)horsfall.org> wrote:
On Wed, 25 Mar 2020, Grant Taylor via TUHS wrote:
· netcat's STDOUT to grep's STDIN
· grep's STDOUT to netcat's STDIN
Are you trying to set up a loop of processes or something? I'm not sure
if that is even possible, although you can't rule out creative uses of
dup2() etc...
-- Dave