Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/man/1/p – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.TH P 1
2
.SH NAME
3
p \- paginate
4
.SH SYNOPSIS
5
.B p
6
[
7
.BI - number
8
]
9
[
10
.I file ...
11
]
12
.SH DESCRIPTION
13
.I P
14
copies its standard input, or the named files if given,
15
to its standard output,
16
stopping at the end of every 22nd line, and between files,
17
to wait for a newline from the user.
18
The option sets the
19
.I number
20
of lines on a page.
21
.PP
22
While waiting for a newline,
23
.I p
24
interprets the commands:
25
.TP
26
.B !
27
Pass the rest of the line to the shell as a command.
28
.TP
29
.B q
30
Quit.
31
.PP
32
.SH SOURCE
33
.B /sys/src/cmd/p.c