summaryrefslogtreecommitdiff
path: root/distrib/special/more/more.1
blob: 56499f0395460f895d52a86d0b11ba0689a2b5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
.\" $OpenBSD: more.1,v 1.10 2007/05/31 19:19:16 jmc Exp $
.\"
.\" Copyright (c) 1980 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the University nor the names of its contributors
.\"    may be used to endorse or promote products derived from this software
.\"    without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\"	@(#)more.1	5.15 (Berkeley) 7/29/91
.\"
.Dd $Mdocdate: May 31 2007 $
.Dt MORE 1
.Os
.Sh NAME
.Nm more , page
.Nd view files
.Sh SYNOPSIS
.Nm more
.Op Fl cdflpsu
.Op \- Ns Ar num
.Op + Ns Ar linenumber
.Op +/ Ns Ar pattern
.Op Ar
.Nm page
.Op Fl cdflpsu
.Op \- Ns Ar num
.Op + Ns Ar linenumber
.Op +/ Ns Ar pattern
.Op Ar
.Sh DESCRIPTION
.Nm more
is a filter which allows examination of a continuous text
one screenful at a time on a soft-copy terminal.
It normally pauses after each screenful, printing --More--
at the bottom of the screen.
If the user then types a carriage return, one more line is displayed.
If the user hits a space, another screenful is displayed.
Other possibilities are enumerated later.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl c
.Nm
will draw each page by beginning at the top of the screen and erasing
each line just before it draws on it.
This avoids scrolling the screen, making it easier to read while
.Nm
is writing.
This option will be ignored if the terminal does not have the ability
to clear to the end of a line.
.It Fl d
.Nm
will prompt the user with the message "[Press space to continue, 'q' to
quit.]" at the end of each screenful, and will display
"[Press 'h' for instructions.]" instead of ringing the bell when an
illegal key is pressed.
This is useful if
.Nm
is being used as a filter in some setting, such as a class,
where many users may be unsophisticated.
.It Fl f
Causes
.Nm
to count logical, rather than screen lines (i.e., long lines are not folded).
This option is recommended if
.Xr nroff 1
output is being piped through
.Xr ul 1 ,
since the latter may generate escape sequences.
These escape sequences contain characters which would ordinarily occupy
screen positions, but which do not print when they are sent to the
terminal as part of an escape sequence.
Thus,
.Nm
may think that lines are longer than they actually are, and fold
lines erroneously.
.It Fl l
Do
not treat
.Ic ^\&L
(form feed) specially.
If this option is not given,
.Nm
will pause after any line that contains a
.Ic ^\&L ,
as if the end of a screenful had been reached.
Also, if a file begins with a form feed, the screen will be cleared
before the file is printed.
.It Fl p
A deprecated alias for the
.Fl c
option.
.It Fl s
Squeeze multiple blank lines from the output, producing only one blank
line.
Especially helpful when viewing
.Xr nroff 1
output, this option maximizes the useful information present on the screen.
.It Fl u
Suppress underlining.
Normally,
.Nm
will handle underlining such as produced by
.Xr nroff 1
in a manner appropriate to the particular terminal:
if the terminal can perform underlining or has a stand-out mode,
.Nm
will output appropriate escape sequences to enable underlining or stand-out
mode for underlined information in the source file.
.It \- Ns Ar num
An integer specifying the size (in lines) of the window which
.Nm
will use instead of the default.
On a terminal capable of displaying 24 lines, the default
window size is 23 lines.
.It + Ns Ar linenumber
Start at the specified
.Ar linenumber .
.It +/ Ns Ar pattern
Start two lines before the line matching the
regular expression
.Ar pattern .
.El
.Pp
If the program is invoked as
.Nm page ,
then the screen is cleared before each screenful is printed (but only
if a full screenful is being printed).
.Pp
If
.Nm
is reading from a file, rather than a pipe, then a percentage is displayed
along with the --More-- prompt.
This gives the fraction of the file (in characters, not lines) that has been
read so far.
.Ss Command Sequences
Command sequences (similar to
.Xr vi 1 )
may be typed when
.Nm
pauses.
In the following list,
.Em i
is an optional integer argument, defaulting to 1.
In the following descriptions, ^X means control-X.
.Bl -tag -width Ds
.It Em i Ns Aq space
Display
.Em i
more lines, (or another screenful if no argument is given).
.It ^D
Display 11 more lines (a
.Dq scroll ) .
If
.Em i
is given, then the scroll size is set to
.Em i .
.It d
Same as ^D (control-D).
.It Em i Ns z
Same as typing a space except that
.Em i ,
if present, becomes the new window size.
.It Em i Ns s
Skip
.Em i
lines and print a screenful of lines.
.It Em i Ns f
Skip
.Em i
screenfuls and print a screenful of lines.
.It Em i Ns b
Skip back
.Em i
screenfuls and print a screenful of lines.
.It Em i Ns ^B
Same as
.Sq b .
.It q
Exit from
.Nm more .
.It Q
Same as
.Sq q .
.It =
Display the current line number.
.It v
Start up the editor at the current line.
.It h
Help command; give a description of all the
.Nm
commands.
.It Em i Ns / Ar expr
Search for the
.Em i Ns -th
occurrence of the regular expression
.Ar expr .
If there are less than
.Em i
occurrences of
.Ar expr
and the input is a file (rather than a pipe),
then the position in the file remains unchanged.
Otherwise, a screenful is displayed, starting two lines before the place
where the expression was found.
The user's erase and kill characters may be used to edit the regular
expression.
Erasing back past the first column cancels the search command.
.It Em i Ns n
Search for the
.Em i Ns -th
occurrence of the last regular expression entered.
.It \&' (single quote)
Go to the point from which the last search started.
If no search has been performed in the current file, this command
goes back to the beginning of the file.
.It ! Ns Ar command
Invoke a shell with
.Ar command .
The characters
.Sq %
and
.Sq !\&
in
.Ar command
are replaced with the current file name and the previous shell command
respectively.
If there is no current file name,
.Sq %
is not expanded.
The sequences
.Sq \e%
and
.Sq \e!
are replaced by
.Sq %
and
.Sq !\&
respectively.
.It Em i : Ns Ar n
Skip to the
.Ar i Ns -th
next file given in the command line (skips to last file if
.Ar n
doesn't make sense).
.It Em i : Ns Ar p
Skip to the
.Ar i Ns -th
previous file given in the command line.
If this command is given in the middle of printing out a file,
.Nm
goes back to the beginning of the file.
If
.Ar i
doesn't make sense,
.Nm
skips back to the first file.
If
.Nm
is not reading from a file, the bell is rung and nothing else happens.
.It :f
Display the current file name and line number.
.It :q or :Q
Exit from
.Nm
(same as q or Q).
.It \&. (dot)
Repeat the previous command.
.El
.Pp
Commands take effect immediately, i.e., it is not necessary to
type a carriage return.
Up to the time when the command character itself is given,
the user may hit the line kill character to cancel the numerical
argument being formed.
In addition, the user may hit the erase character to redisplay the
--More--(xx%) message.
.Pp
At any time when output is being sent to the terminal, the user can
hit the quit key (normally control\-\e).
.Nm
will stop sending output, and will display the usual --More--
prompt.
The user may then enter one of the above commands in the normal manner.
Unfortunately, some output is lost when this is done, due to the
fact that any characters waiting in the terminal's output queue
are flushed when the quit signal occurs.
.Pp
The terminal is set to
.Dq noecho
mode by this program so that the output can be continuous.
What you type will thus not show on your terminal, except for the / and !\&
commands.
.Pp
If the standard output is not a teletype, then
.Nm
acts just like
.Xr cat 1 ,
except that a header is printed before each file (if there is
more than one).
.Sh ENVIRONMENT
.Bl -tag -width Fl
.It Ev EDITOR
Editor to be used by the
.Ic v
command.
.It Ev MORE
A space-separated list of flags to pre-set when running
.Nm more .
Note that flags on the command line override those found in
.Ev MORE .
.It Ev SHELL
Shell to be used when running commands.
If this variable is not set,
.Pa /bin/sh
is used.
.It Ev TERM
The user's terminal type.
.It Ev VISUAL
Editor used in preference to that specified by
.Ev EDITOR .
.El
.Sh FILES
.Bl -tag -width /usr/share/misc/omore.helpXX -compact
.It Pa /usr/share/misc/termcap
Terminal data base
.It Pa /usr/bin/vi
Default editor
.El
.Sh EXAMPLES
A sample usage of
.Nm
in previewing
.Xr nroff 1
output would be:
.Pp
.Dl nroff -ms doc.n | more -s
.Sh SEE ALSO
.Xr cat 1 ,
.Xr nroff 1 ,
.Xr sh 1 ,
.Xr ul 1 ,
.Xr vi 1 ,
.Xr environ 7
.Sh HISTORY
The
.Nm
command appeared in
.Bx 3.0 .
.Sh BUGS
Skipping backwards is too slow on large files.