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