home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / DESQVIEW / TECH / MYLESS.ZIP / LESS.HLP < prev    next >
Encoding:
Text File  |  1991-02-19  |  1.8 KB  |  45 lines

  1.  
  2. LESS V62+   Commands marked with * may be preceeded by a number, N.
  3.  
  4.   h              Display this help.
  5.   q              Exit.
  6.  
  7.   f, SPACE    *  Forward  N lines, default one screen.
  8.   b           *  Backward N lines, default one screen.
  9.   e, j, CR    *  Forward  N lines, default 1 line.
  10.   y, k        *  Backward N lines, default 1 line.
  11.   d           *  Forward  N lines, default 10 or last N to d or u command.
  12.   u           *  Backward N lines, default 10 or last N to d or u command.
  13.   r              Repaint screen.
  14.   R              Repaint screen, discarding buffered input.
  15.  
  16.   /pattern    *  Search forward for N-th line containing the pattern.
  17.   ?pattern    *  Search backward for N-th line containing the pattern.
  18.   n           *  Repeat previous search (for N-th occurence).
  19.  
  20.   g           *  Go to line N, default 1.
  21.   G           *  Like g, but default is last line in file.
  22.   p, %        *  Position to N percent into the file.
  23.   m<letter>      Mark the current position with <letter>.
  24.   '<letter>      Return to a previously marked position.
  25.   ''             Return to previous position.
  26.  
  27.   E [file]       Examine a new file.
  28.   N           *  Examine the next file (from the command line).
  29.   P           *  Examine the previous file (from the command line).
  30.   =              Print current file name.
  31.   V              Print version number of "less".
  32.  
  33.   -<flag>        Toggle a command line flag.
  34.   +cmd           Execute the less cmd each time a new file is examined.
  35.  
  36.   !command       Passes the command to a shell to be executed.
  37.   v              Edit the current file with $EDITOR.
  38.  
  39.  
  40. Environment variables:    LESS     can be used to specify your favorite options
  41.             LESSHELP should specify the FULL pathname for LESS.HLP
  42.                         EDITOR   the program to be invoked by the "v" command.
  43.  
  44.  
  45.