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

  1.  
  2. Fold 1.0 Alpha
  3. ========
  4. Freeware, Released on 1998-8-31
  5.  
  6. Fold is a freeware, command-line, Java utility to break
  7. the lines in your input or text file. Fold breaks the
  8. lines of the named files so that they are no wider than
  9. the specified width. Fold breaks lines exactly at the 
  10. specified width, even in the middle of a word (the
  11. utility 'WordWrap' will not break words).
  12.  
  13.   Usage: java Fold [-w width] [<infile> . . .]
  14.  
  15. As with traditional UNIX command-line utility, Fold will
  16. also read from the input if no file name is specified.
  17. Output are directed to STDOUT for piping or redirection.
  18. Fold's copyright messages are directed to STDERR.
  19.  
  20. Fold requires the CI Class Package available for download
  21. 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.