home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 10.ddi / usr / lib / more.help < prev    next >
Encoding:
Text File  |  1990-12-08  |  1.1 KB  |  25 lines

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