more, head and tail
"more [name]" outputs the file "name" pagewise to the screen.
Pagewise scrolling proceeds via the space or b-button.
With the d-button the output steps a half-page down,
with the return-button the stepsize is individual lines.
The q-button interrupts the output.
scroll "one screen" by hitting the "space"-button.
scroll "one line" by hitting the "return"-button.
scroll back "one screen" by hitting the "b"-button.
search for one "expression" by "/expression".
"head [name]" and "tail [name]" output the first or last lines
of the file "name" to the screen.
[prev]
[top]
[next]
|