in reply to Piping STDOUT to 'more'
perl -e '$|++;open STDOUT, "|more";print qq($_\n)for(1..1000);close STDOUT'
Works for me. I don't really know why...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Piping STDOUT to 'more'
by ariels (Curate) on Mar 21, 2002 at 10:20 UTC | |
Re: Re: Piping STDOUT to 'more'
by myocom (Deacon) on Mar 21, 2002 at 01:07 UTC |