[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bash equivalent to DOS /p



On 16. July 2004 at 9:59PM +0800,
Duggan <wayjen6@dodo.com.au> wrote:

> I know that this is a really n00bish question, but I have to
> ask.  What is the command that limits output from a command to
> just a page at a time, like the /p command in DOS?

command | more
command | less
command | pager

Sometimes, you need:

command |& pager



Reply to: