This program is released under the GNU General Public Licence.
Usage: n2w [OPTIONS] num [num ...]
OPTIONS:
-$ display as dollars and cents
-U units, --units=units
print "units" after number
-u, --nand, --US do not use "and" after "hundred", etc.
-&, --ampersand use "&" instead of "and" after "hundred", etc.
--help display this help and exit
-v, --verbose set verbose mode on
-Vn, --verbose=n set level of verbosity
--version output version information and exit
Options may be placed anywhere on the command line
EXCEPT that a negative number must be preceded by "--"
(to indicate end of dashed options).
BUGS: No warning is given if number supplied exceeds the limit
Copyright 2000, Chris F.A. Johnson
EXAMPLES:
n2w 21 => twenty-one
n2w 4.56 => four point five six
n2w -$ 21 => twenty-one dollars only
n2w --dollars 4.56 => four dollars and 56 cents
n2w -U degrees 21 => twenty-one degrees
n2w -U degrees 4.56 => four point five six degrees
** Original Aminet archive: dev/c/n2w.lha
Only the executable file was replaced by OS4 elf.
| |