From: J L. T. <jlt...@ma...> - 2023-07-29 07:40:21
|
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 |