32v 1m number: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
New page: NUMBER(1) UNIX Programmer's Manual NUMBER(1) == NAME == number - convert Arabic numerals to English == SYNOPSIS == number == DESCRIPTION == _N_u_m_...
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:


== NAME ==
== NAME ==
    number - convert Arabic numerals to English
number - convert Arabic numerals to English


== SYNOPSIS ==
== SYNOPSIS ==
    number
number


== DESCRIPTION ==
== DESCRIPTION ==
    _N_u_m_b_e_r copies the standard input to the standard output,
'''Number''' copies the standard input to the standard output,
    changing each decimal number to a fully spelled out version.
changing each decimal number to a fully spelled out version.
    Punctuation is added to make the output sound well when
Punctuation is added to make the output sound well when
    played through _s_p_e_a_k(1).
played through '''speak'''(1).


SEE ALSO
== SEE ALSO ==
    [[32v 1m speak|speak(1)]]
[[32v 1m speak|speak(1)]]


[[Category:32v man section 1]]
[[Category:32v man section 1]]

Latest revision as of 17:28, 26 October 2009

NUMBER(1) UNIX Programmer's Manual NUMBER(1)


NAME

number - convert Arabic numerals to English

SYNOPSIS

number

DESCRIPTION

Number copies the standard input to the standard output, changing each decimal number to a fully spelled out version. Punctuation is added to make the output sound well when played through speak(1).

SEE ALSO

speak(1)