WordWrap 1.0 Alpha ============ Freeware, Released on 1998-8-31 WordWrap is a freeware, command-line, Java utility to break the lines in your input or text file. WordWrap breaks the lines of the named files so that they are no wider than the specified width. WordWrap will automatically wrap the words that falls on the specified width (the utility 'Fold' will break words without wrapping). Usage: java WordWrap [-w width] [ . . .] As with traditional UNIX command-line utility, WordWrap will also read from the input if no file name is specified. Output are directed to STDOUT for piping or redirection. WordWrap's copyright messages are directed to STDERR. WordWrap requires the CI Class Package available for download on our web-site. We suggest you to place this utility in your CLASSPATH so you can access it no matter which directory you are in. For example, if your CLASSPATH variable is the following: set CLASSPATH=.;c:\classes; Then place ConvertEOL.class in c:\classes. ----- For the latest builds and information, please refer to the following web site and e-mail address: E-mail: cynosurex@iname.com Web-site: http://cynosurex.granax.com/ Copyright (C) 1998 by Chieh Cheng - Cynosure.X International. All Rights Reserved.