search for: barutcuoglu

Displaying 2 results from an estimated 2 matches for "barutcuoglu".

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...
2024 May 20
1
Output pipes to TTY hang
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") > $ R/4.4.0/bin/Rscript -e 'cat("test",