home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / strip.lha / strip.doc next >
Encoding:
Text File  |  1991-10-31  |  1.8 KB  |  51 lines

  1.  
  2.     Strip v1.1 by Dennis Lai
  3.     ------------------------
  4.  
  5. ------------------------------------------
  6. NOTICE:
  7. ------------------------------------------
  8.  
  9.   This program is now public domain. Do What you wish with it. I hold NO
  10. responsiblity for what this program might do. It is NOT guarenteed to work
  11. for your intended purpose, What you do with it is at your own risk. This
  12. program must not be sold commercially (unless for a reasonable copying fee).
  13. Permission to include it in any commercial is granted if the credits and this
  14. file is enclosed and unchanged.
  15.  
  16.   Have you ever downloaded documents from UNIX or IBMs and realised that the
  17. manual or documents have backspace or <CR> embedded in it?
  18.  
  19.   The purpose of Strip is to get rid of the <BS> and the <CR> characters. It
  20. delete all occurence of <BS> characters. And gets rid of <CR> charcters in a
  21. special way, ie. if a <CR><LF> sequence is found it deletes the <CR>. But if
  22. only <CR> is found, it replaces it by <LF>.
  23.  
  24.   This should make the text fairly readable in most cases. I wrote this program
  25. because I can't find one that does the job (I can find ones that delete the
  26. <CR> characters) I want.
  27.  
  28. USAGE:
  29.  
  30.       Strip <input file> [output file]
  31.  
  32.   If no filename is entered a help file will be shown. note that output file
  33. is optional and if omitted the output will be the cli window. Currently it
  34. can only be used from the the cli.
  35.  
  36. -------------------------------------------
  37. Future:
  38. -------------------------------------------
  39. -Add in file requesters for input output.
  40. -Allow striping of Amiga ANSI sequence.
  41. -Striping of IBM ANSI sequence.
  42.  
  43. -------------------------------------------
  44. Changes:
  45. -------------------------------------------
  46. v1.0 - too slow, not relased.
  47.  
  48. v1.1 - speed up output dramatically.
  49.        put in help message.
  50.        put in <CR> deletion.
  51.