

print                        Command                        print




Echo text onto the standard output

pprriinntt [-eennrruu_n] [_a_r_g_u_m_e_n_t ...]

The command  pprriinntt is  built into the  Korn shell kksshh.  It echoes
each _a_r_g_u_m_e_n_t onto  the standard output.  Arguments are separated
from  each other  by  whitespace, and  the list  of arguments  is
terminated by a newline character.

pprriinntt recognizes and substitutes for the following C-style escape
sequences:


               \b        Backspace
               \f        Formfeed
               \n        Newline
               \r        Carriage return
               \t        Tab
               \v        Vertical tab
               \0_n_n_n     _n_n_n is the octal value of the desired character


pprriinntt recognizes the following options:

-ee   Re-enable expansion of C escape sequences.

-nn   Suppress printing  of a  newline at the  end of the  list of
     arguments.

-rr   Suppress expansion of C escape sequences.

-uu_n  Redirect  output  from the  standard  output  to shell  file
     descriptor _n.

***** See Also *****

ccoommmmaannddss, eecchhoo, kksshh



















COHERENT Lexicon                                           Page 1


