From 11b8b2cf618513f10c30fce64069e0940c9631a7 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 18 Feb 1983 04:53:09 -0800 Subject: [PATCH] date and time created 83/02/17 20:53:09 by sam SCCS-vsn: old/more/more.help 4.1 --- usr/src/old/more/more.help | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 usr/src/old/more/more.help diff --git a/usr/src/old/more/more.help b/usr/src/old/more/more.help new file mode 100644 index 0000000000..86680e2f5c --- /dev/null +++ b/usr/src/old/more/more.help @@ -0,0 +1,24 @@ + +Most commands optionally preceded by integer argument k. Defaults in brackets. +Star (*) indicates argument becomes new default. +------------------------------------------------------------------------------- + Display next k lines of text [current screen size] +z Display next k lines of text [current screen size]* + Display next k lines of text [1]* +d or ctrl-D Scroll k lines [current scroll size, initially 11]* +q or Q or 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 +/ Search for kth occurrence of regular expression [1] +n Search for kth occurrence of last r.e [1] +! or :! Execute 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 +------------------------------------------------------------------------------- -- 2.20.1