date and time created 83/02/17 20:53:09 by sam
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 18 Feb 1983 12:53:09 +0000 (04:53 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 18 Feb 1983 12:53:09 +0000 (04:53 -0800)
SCCS-vsn: old/more/more.help 4.1

usr/src/old/more/more.help [new file with mode: 0644]

diff --git a/usr/src/old/more/more.help b/usr/src/old/more/more.help
new file mode 100644 (file)
index 0000000..86680e2
--- /dev/null
@@ -0,0 +1,24 @@
+
+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]
+'                      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                      Start up /usr/ucb/vi at current line
+h                      Display this message
+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
+-------------------------------------------------------------------------------