> 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?
Why not pipe the output through less .. eg: #> cat somedoc.txt | less This will page the output, allowing you to scroll forwards and backwards through it. HTH Pete. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

