Manual Page Result
0
Command: p | Section: 1 | Source: UNIX v10 | File: p.1
P(1) General Commands Manual P(1)
NAME
p, pg, more - paginate
SYNOPSIS
p [ -number ] [ file ... ]
DESCRIPTION
P copies its standard input, or the named files if given, to its stan-
dard output, stopping at the end of every 22nd line, and between files,
to wait for a newline from the user. The page size may be set by say-
ing (for example)
While waiting for a newline, p interprets some commands:
- Reprint last page. reprints the second last page, etc.
! Pass the rest of the line to the shell as a command.
q Quit.
Pg and more are synonyms for p.
BUGS
Because of limited storage, p can't back up too far.
Pg and more exist only to placate old programs that call paginators.
P(1)