home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / deskjet5.lha / remansi.test < prev   
Text File  |  1992-10-03  |  5KB  |  153 lines

  1. ABC
  2.  
  3.  
  4.  
  5. LESS(1)                                                   LESS(1)
  6.  
  7.  
  8. NNAAMMEE
  9.        less - opposite of more
  10.  
  11. SSYYNNOOPPSSIISS
  12.        lleessss --??
  13.        lleessss [[--[[++]]aaBBccCCddeeEEffHHiimmMMnnNNqqQQrrssSSuuUUww]]
  14.             [[--bb _b_u_f_s]] [[--hh _l_i_n_e_s]] [[--jj _l_i_n_e]] [[--kk _k_e_y_f_i_l_e]]
  15.             [[--{{ooOO}} _l_o_g_f_i_l_e]] [[--pp _p_a_t_t_e_r_n]] [[--PP _p_r_o_m_p_t]] [[--tt _t_a_g]]
  16.             [[--TT _t_a_g_f_i_l_e]] [[--xx _t_a_b]] [[--yy _l_i_n_e_s]] [[--[[zz]] _l_i_n_e_s]]
  17.             [[++[[++]]_c_m_d]] [[_f_i_l_e_n_a_m_e]]......
  18.  
  19.  
  20. DDEESSCCRRIIPPTTIIOONN
  21.        _L_e_s_s  is  a  program similar to _m_o_r_e (1), but which allows
  22.        backward movement in the file as well as forward movement.
  23.        Also,  _l_e_s_s  does  not  have to read the entire input file
  24.        before starting, so with large input files  it  starts  up
  25.        faster  than  text editors like _v_i (1).  _L_e_s_s uses termcap
  26.        (or term›33minfo o›3xn s›(3o›#3me s›33"3ystems), so it can run on a  variety
  27.        of  terminals.  There is even limited support for hardcopy
  28.        terminals.  (On a harP32445646;345354456"3dcopy terminal, lines which should be
  29.        printed  at the top o›P15"r123456789012345f the screen are prefixed with an up-
  30.        arrow.)
  31.  
  32.        Commands are based on both _m_o_r_e and _v_i_.  Commands  may  be
  33.        preceded by a decimal number, called N in the descriptions
  34.        below.  The number is used by some commands, as indicated.
  35.  
  36.  
  37. CCOOMMMMAANNDDSS
  38.        In  the  following  descriptions, ^X means control-X.  ESC
  39.        stands for the ESCAPE key; for example ESC-v means the two
  40.        character sequence "ESCAPE", then "v".
  41.  
  42.        h or H Help:  display a summary of these commands.  If you
  43.               forget all the other commands, remember this one.
  44.  
  45.  
  46.        SPACE or ^V or f or ^F
  47.               Scroll forward N lines,  default  one  window  (see
  48.               option  -z  below).   If  N is more than the screen
  49.               size, only the final screenful is displayed.  Warn-
  50.               ing:  some  systems use ^V as a special literaliza-
  51.               tion character.
  52.  
  53.  
  54.        z      Like SPACE, but if N is specified, it  becomes  the
  55.               new window size.
  56.  
  57.  
  58.        RETURN or ^N or e or ^E or j or ^J
  59.               Scroll  forward  N  lines, default 1.  The entire N
  60.               lines are displayed, even if N  is  more  than  the
  61.               screen size.
  62.  
  63.  
  64.  
  65.                                                                 1
  66.  
  67.  
  68.  
  69.  
  70.  
  71. LESS(1)                                                   LESS(1)
  72.  
  73.  
  74.        d or ^D
  75.               Scroll  forward  N  lines,  default one half of the
  76.               screen size.  If N is specified, it becomes the new
  77.               default for subsequent d and u commands.
  78.  
  79.  
  80.        b or ^B or ESC-v
  81.               Scroll  backward  N  lines, default one window (see
  82.               option -z below).  If N is  more  than  the  screen
  83.               size, only the final screenful is displayed.
  84.  
  85.  
  86.        w      Like  ESC-v,  but if N is specified, it becomes the
  87.               new window size.
  88.  
  89.  
  90.        y or ^Y or ^P or k or ^K
  91.               Scroll backward N lines, default 1.  The  entire  N
  92.               lines  are  displayed,  even  if N is more than the
  93.               screen size.  Warning: some systems  use  ^Y  as  a
  94.               special job control character.
  95.  
  96.  
  97.        u or ^U
  98.               Scroll  backward  N  lines, default one half of the
  99.               screen size.  If N is specified, it becomes the new
  100.               default for subsequent d and u commands.
  101.  
  102.  
  103.        r or ^R or ^L
  104.               Repaint the screen.
  105.  
  106.  
  107.        R      Repaint  the screen, discarding any buffered input.
  108.               Useful if the file is changing while  it  is  being
  109.               viewed.
  110.  
  111.  
  112.        F      Scroll  forward,  and  keep trying to read when the
  113.               end of file  is  reached.   Normally  this  command
  114.               would  be used when already at the end of the file.
  115.               It is a way to monitor the tail of a file which  is
  116.               growing while it is being viewed.  (The behavior is
  117.               similar to the "tail -f" command.)
  118.  
  119.  
  120.        g or < or ESC-<
  121.               Go to line N in the file, default 1  (beginning  of
  122.               file).   (Warning: this may be slow if N is large.)
  123.  
  124.  
  125.        G or > or ESC->
  126.               Go to line N in the file, default the  end  of  the
  127.               file.  (Warning: this may be slow if N is large, or
  128.  
  129.  
  130.  
  131.                                                                 2
  132.  
  133.  
  134.  
  135.  
  136.  
  137. LESS(1)                                                   LESS(1)
  138.  
  139.  
  140.               if N is not specified and  standard  input,  rather
  141.               than a file, is being read.)
  142.  
  143.  
  144.        p or % Go to a position N percent into the file.  N should
  145.               be between 0 and  100.   (This  works  if  standard
  146.               input  is  being read, but only if _l_e_s_s has already
  147.               read to the end of the file.  It  is  always  fast,
  148.               but not always useful.)
  149.  
  150.  
  151.        {      If  a  left  curly  bracket appears in the top line
  152.               displayed on the screen, the { command will  go  to
  153.