| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Readme.txt | 2022-05-07 | 687 Bytes | |
| WordWrap_v1_00.zip | 2022-05-07 | 122.1 kB | |
| Totals: 2 Items | 122.8 kB | 2 |
Command Line : WordWrap
License: GPL https://www.gnu.org/licenses/gpl-3.0.en.html
My Sourceforge Page: https://sourceforge.net/u/micheint76/profile
Facebook Page: https://www.facebook.com/MRH-Open-Source-Programs-2406175919423866/
Program : Wordwrap
Description: Purpose: A command line utility to go through a text file and word wrap
all lines to a length determined by the user
WordWrap -f [Path and File name] | -s [String to filter on] | -b | -a | -h
Example:
WordWrap -f text.txt -l 80 -b
This will create a backup named text.txt.bak and and wrap all lines in the file to be
about 80 characers long
Version History:
1.0.0 - Initial Release