in reply to Re: weird ctrl-z behaviour when piping from tin through perl
in thread weird ctrl-z behaviour when piping from tin through perl
Cannot reproduce on Linux 2.6.30-1-686 #1 SMP i686 GNU/Linux, perl v5.10.0 i486-linux-gnu-thread-multi
perl -ne '$|=1;print $_;' | less
Ctrl-Z gives prompt. GNU bash, version 4.0.28(1)-release (i486-pc-linux-gnu)
$ jobs [1]+ Stopped perl -ne '$|=1;print $_;' | less
|
|---|