Re: [PHP] PHP-CLI and the "less" command (kubuntu)

2008-07-02 Thread Mattias Thorslund
Stut wrote: On 2 Jul 2008, at 02:58, Mattias Thorslund wrote: Hi everyone, I have a CLI application that produces lots of output to the terminal, so I like to send the output along to the "less" command. This has always worked very nicely. Moving to the top or bottom of the output used to re

Re: [PHP] PHP-CLI and the "less" command (kubuntu)

2008-07-02 Thread Stut
On 2 Jul 2008, at 02:58, Mattias Thorslund wrote: Hi everyone, I have a CLI application that produces lots of output to the terminal, so I like to send the output along to the "less" command. This has always worked very nicely. Moving to the top or bottom of the output used to require just

[PHP] PHP-CLI and the "less" command (kubuntu)

2008-07-01 Thread Mattias Thorslund
Hi everyone, I have a CLI application that produces lots of output to the terminal, so I like to send the output along to the "less" command. This has always worked very nicely. Moving to the top or bottom of the output used to require just hitting the "home" or "end" key, and the up and down