Displaying 1 result from an estimated 1 matches for "pipecat".
Did you mean:
pipecal
2024 May 20
1
Output pipes to TTY hang
On 5/20/24 07:36, Zafer Barutcuoglu wrote:
> Hi,
>
> I am seeing this on Linux as well as MacOS: Opening any output pipe from R 4.4.0 to TTY programs like "less"/"more" hangs, SIGINT-proof:
>> $ R/4.4.0/bin/Rscript -e 'pipe("less", "w")'
>> $ R/4.4.0/bin/Rscript -e 'cat("test", file="|less")
>> $