From: Marc R. <re...@gm...> - 2023-07-28 11:43:35
|
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 |