[BACK]Return to more.help CVS log [TXT][DIR] Up to [local] / src / usr.bin / more

File: [local] / src / usr.bin / more / Attic / more.help (download)

Revision 1.5, Mon Oct 14 09:01:03 1996 UTC (27 years, 7 months ago) by etheisen
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +1 -1 lines

POSIX.2 EDITOR env var for 'v' command.

Most commands optionally preceded by integer argument k.  Defaults in brackets.
Star (*) indicates argument becomes new default.
-------------------------------------------------------------------------------
<space>			Display next k lines of text [current screen size]
z			Display next k lines of text [current screen size]*
<return>		Display next k lines of text [1]*
d or ctrl-D		Scroll k lines [current scroll size, initially 11]*
q or Q or <interrupt>	Exit from more
s			Skip forward k lines of text [1]
f			Skip forward k screenfuls of text [1]
b or ctrl-B		Skip backwards k screenfuls of text [1]
'			Go to place where previous search started
=			Display current line number
/<regular expression>	Search for kth occurrence of regular expression [1]
n			Search for kth occurrence of last r.e [1]
!<cmd> or :!<cmd>	Execute <cmd> in a subshell
v			Starts $EDITOR or /usr/bin/vi at current line
ctrl-L			Redraw screen
:n			Go to kth next file [1]
:p			Go to kth previous file [1]
:f			Display current file name and line number
.			Repeat previous command
-------------------------------------------------------------------------------