Here. Now it's reading from stdin, and it locks up after a few seconds every time. No fifo's, pipes, non-standard file descriptors or anything.

bash -c 'for ((i=0; ; i++)); do (( i%100 )) || printf "%s\n" "$i"; read -t 0.00001; done'

I'll shut up now.

Reply via email to