home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / wordwrap.zip / readme.txt next >
Text File  |  1998-08-31  |  1KB  |  42 lines

  1.  
  2. WordWrap 1.0 Alpha
  3. ============
  4. Freeware, Released on 1998-8-31
  5.  
  6. WordWrap is a freeware, command-line, Java utility to break
  7. the lines in your input or text file. WordWrap breaks the
  8. lines of the named files so that they are no wider than the
  9. specified width. WordWrap will automatically wrap the words
  10. that falls on the specified width (the utility 'Fold' will
  11. break words without wrapping).
  12.  
  13.   Usage: java WordWrap [-w width] [<infile> . . .]
  14.  
  15. As with traditional UNIX command-line utility, WordWrap will
  16. also read from the input if no file name is specified.
  17. Output are directed to STDOUT for piping or redirection.
  18. WordWrap's copyright messages are directed to STDERR.
  19.  
  20. WordWrap requires the CI Class Package available for
  21. download on our web-site.
  22.  
  23. We suggest you to place this utility in your CLASSPATH so
  24. you can access it no matter which directory you are in.
  25.  
  26. For example, if your CLASSPATH variable is the following:
  27.  
  28. set CLASSPATH=.;c:\classes;
  29.  
  30. Then place ConvertEOL.class in c:\classes.
  31.  
  32. -----
  33.  
  34. For the latest builds and information, please refer to
  35. the following web site and e-mail address:
  36.  
  37. E-mail:   cynosurex@iname.com
  38. Web-site: http://cynosurex.granax.com/
  39.  
  40. Copyright (C) 1998 by Chieh Cheng - Cynosure.X International.
  41. All Rights Reserved.
  42.