| Version | 1.1 |
|---|---|
| Publisher | David Vitali Enterprises |
| Release date | Oct 15, 2013 |
| Date added | Oct 15, 2013 |
| Os requirements | Windows 2003, Windows Vista, Windows 98, Windows Me, Windows, Windows NT, Windows 2000, Windows 8, Windows Server 2008, Windows 7, Windows XP |
| Requirements | None |
| Total downloads | 54 |
| Price | Free |
Description
Form is a file formatting utility that runs at an MS-DOS command prompt. It allows the user to:
1. Expand tabs to spaces;
2. Contract spaces to tabs;
3. Filter non-printable characters from the input file.
Form takes its input from stdin and writes to stdout. If you just type 'Form' at the command line you will be presented with the following syntax:
Text Formatting Utility, Version 1.1, By David Vitali
Usage: form {switches} n
/e expand tabs to n spaces
/c contract n spaces to tabs
/f filter file while processing
Examples of usage:
type foo.doc form /f /e 4 > foo2.doc
In foo.doc, expand tabs to 4 spaces and filter. Direct the output to foo2.doc.
type foo.c form /c 4 more
In foo.c, contract 4 spaces to tabs and pipe the output into the 'more' command.