Re: Shell pipe command with key pause

2004-03-27 Thread Osamu Aoki
On Fri, Mar 26, 2004 at 11:30:35AM +, Alexis Huxley wrote: > > I am wondering how to write simple shell script of "more" equivalent: > > > > 1. read from stdin > > 2. write to stdout > > 3. this loop is paused by key > > > > Of course, I know this can be dome by other means but when I was ma

Re: Shell pipe command with key pause

2004-03-26 Thread Alexis Huxley
> I am wondering how to write simple shell script of "more" equivalent: > > 1. read from stdin > 2. write to stdout > 3. this loop is paused by key > > Of course, I know this can be dome by other means but when I was making > a bit more complicated shell script, I could not find an easy way to s

Shell pipe command with key pause

2004-03-25 Thread Osamu Aoki
Hi, I am wondering how to write simple shell script of "more" equivalent: 1. read from stdin 2. write to stdout 3. this loop is paused by key Of course, I know this can be dome by other means but when I was making a bit more complicated shell script, I could not find an easy way to stop the