xref: /titanic_50/usr/src/cmd/more/more.help (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
2*7c478bd9Sstevel@tonic-gateMost commands optionally preceded by integer argument k.  Defaults in brackets.
3*7c478bd9Sstevel@tonic-gateStar (*) indicates argument becomes new default.
4*7c478bd9Sstevel@tonic-gate-------------------------------------------------------------------------------
5*7c478bd9Sstevel@tonic-gate<space>			Display next k lines of text [current screen size]
6*7c478bd9Sstevel@tonic-gatez			Display next k lines of text [current screen size]*
7*7c478bd9Sstevel@tonic-gate<return>		Display next k lines of text [1]*
8*7c478bd9Sstevel@tonic-gated or ctrl-D		Scroll k lines [current scroll size, initially 11]*
9*7c478bd9Sstevel@tonic-gateq or Q or <interrupt>	Exit from more
10*7c478bd9Sstevel@tonic-gates			Skip forward k lines of text [1]
11*7c478bd9Sstevel@tonic-gatef			Skip forward k screenfuls of text [1]
12*7c478bd9Sstevel@tonic-gateb or ctrl-B		Skip backwards k screenfuls of text [1]
13*7c478bd9Sstevel@tonic-gate'			Go to place where previous search started
14*7c478bd9Sstevel@tonic-gate=			Display current line number
15*7c478bd9Sstevel@tonic-gate/<regular expression>	Search for kth occurrence of regular expression [1]
16*7c478bd9Sstevel@tonic-gaten			Search for kth occurrence of last r.e [1]
17*7c478bd9Sstevel@tonic-gate!<cmd> or :!<cmd>	Execute <cmd> in a subshell
18*7c478bd9Sstevel@tonic-gatev			Start up vi at current line
19*7c478bd9Sstevel@tonic-gateh			Display this message
20*7c478bd9Sstevel@tonic-gatectrl-L			Redraw screen
21*7c478bd9Sstevel@tonic-gate:n			Go to kth next file [1]
22*7c478bd9Sstevel@tonic-gate:p			Go to kth previous file [1]
23*7c478bd9Sstevel@tonic-gate:f			Display current file name and line number
24*7c478bd9Sstevel@tonic-gate.			Repeat previous command
25*7c478bd9Sstevel@tonic-gate-------------------------------------------------------------------------------
26