In windows, you could do a
dir | more
to scroll one page a time. How does one do this in Linux?
|
In windows, you could do a
to scroll one page a time. How does one do this in Linux? |
|||
|
|
|
The same To scroll forwards a screen press space. To scroll back a screen press 'b'. To search for some text type And as always |
|||||||||
|
|
First, the equivalent to Windows's Often you don't need to do anything at all as most terminal environment let you scroll back a few hundreds of lines (depending on configuration) using a scroll bar or (often) with Shift+PgUp and Shift+PgDn. If you have very long output or want to search, you can pipe into |
|||
|
|