View previous topic :: View next topic |
Author |
Message |
craftyc Guru

Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Fri May 31, 2002 10:46 am Post subject: How do I make things print page by page? |
|
|
In DOS there is a /p option to allow me to print things on the screen page by page. However I have not yet found a similar option in Linux (if there is any).
It is useful because I can then now what packages are going to be merged if there is a huge list of them (like KDE). _________________ Postcount ++ |
|
Back to top |
|
 |
mb Guru


Joined: 25 Apr 2002 Posts: 355 Location: Hessen | .de
|
Posted: Fri May 31, 2002 10:59 am Post subject: |
|
|
Code: | some_command | more |
#mb |
|
Back to top |
|
 |
Guest
|
Posted: Fri May 31, 2002 11:02 am Post subject: |
|
|
Or you can use:
Code: | some_command | less |  |
|
Back to top |
|
 |
craftyc Guru

Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Fri May 31, 2002 1:34 pm Post subject: |
|
|
Thanks guys. Worked perfectly. _________________ Postcount ++ |
|
Back to top |
|
 |
|