NAME
stderr - write a message to stderr
SYNOPSIS
stderr [-n] [rest of line]
DESCRIPTION
This program writes the message appearing on the command line to the UNIX
stream `stderr'. It is used to write error messages from C-shell scripts so
they will not be confused with message sent to stdout. Note:
multiple blanks between arguments will
be converted to single
blanks.
The -n option suppresses the newline after the message.