home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d149 / less.lha / Less / README < prev    next >
Text File  |  1987-06-15  |  2KB  |  59 lines

  1. This is an updated version of "LESS" from Fish #92
  2.  
  3. It fixes several bugs and has some nice new features
  4.  
  5. * It is a "better more" , that is you can go forward or backward, search,
  6.     go to line numbers, or a percentage of the file, <space> moves forward
  7.     just like more, however "b" backs up and many more options are available
  8.     (type h for help)
  9.  
  10. * It now works with interlaced screens.
  11.  
  12. * It has "a print the file I am looking at" feature with several style
  13.   options such as line numbers page breaks, draft/letter mode etc.
  14.   The command is & (ampersand -- sorry I am running out of letters)
  15.  
  16.     (note!  I couldn't get a EXECUTE("RUN less -p filename") to work
  17.         when called from the workbench so it only prints in background
  18.         from CLI.  If any one can make that work let me know!
  19.  
  20.     Enter the first letter of each option, if any
  21.  
  22.     For example 'nh#60|80t8^l', prints the file with numbered lines.
  23.        headers, 60 lines per page, 80 columns per line, tab stops
  24.        every 8 positions, control chars (if any are in the file) are
  25.        printed in ^X format, and the file is printed in letterquality mode
  26.  
  27.     the options are...
  28.         numberedlines headers ^ctrl proportional
  29.         letterquality draft wide uncompressed  
  30.         #<num> of rows, |<num> of columns, t<num> tabstop
  31.  
  32. * you can also print a file directly by "RUN less -p filename" if you want
  33.  
  34. * it handles roff file underline and boldface better now 
  35.  
  36. * the screen paint options have been changed to c and C (from p),
  37.    to match UN*X 'more'.  if you like there is a paint in place option
  38.    that is cute, the default is clear and paint from top which is fastest
  39.    (esp. on 48 line interlaced) but you can use scroll from bottom mode also
  40.  
  41. * all changes from UN*X 'less' up to rev 73 are included
  42.  
  43. * a new option -z<num> allows you to set scroll page size to some size
  44.    other than a screenful if you want.
  45.  
  46. * there is a '' command that returns you to where you were before a 
  47.    '<letter> command
  48.  
  49. * you can now set numbered options correctly
  50.  
  51.  
  52. that is it for now and "THANKS FOR YOUR SUPPORT..."
  53.  
  54. donations, comments and suggestions can be sent to:
  55.  
  56.     Bob Leivian            ...!sun!sunburn!dover!leivian
  57.     2702 W. Curry St.
  58.     Chandler, AZ 85224    (602)820-6859
  59.