From: Marc R. <re...@gm...> - 2023-07-30 17:56:45
|
Hi Leslie, because a redirected pipe is not a tty, stty has no effect (and no output). Marc On 7/29/23 09:39, J Leslie Turriff wrote: > Marc, > stty is not the same as tty; tty is a device, but stty is a tool to query or > change a tty's settings. > > On 2023-07-28 06:35:18 Marc Remes wrote: >> Hi Leslie, >> >> A redirected pipe is not a tty. That's why the output is empty. >> try pipe 'command tty | console' >> There are methods to connect a pseudo tty, but I don't think we need to >> adapt njpipes to support that. >> >> ref: https://gamlor.info/posts-output/2021-05-29-tty-in-java/en/ >> >> Marc >> >> >> _______________________________________________ >> netrexx-pipelines mailing list >> net...@li... >> https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines > > > > _______________________________________________ > netrexx-pipelines mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines |