echo(1bsd) (BSD System Compatibility)


echo -- (BSD) echo arguments

Synopsis

   /usr/ucb/echo [-n] [arg] . . . 

Description

The echo command is useful for producing diagnostics in command files and for sending known data into a pipe. The command writes its arguments separated by blanks and terminated by a new-line on the standard output.

The -n option is used when the termination by a new-line is not wanted.

References

sh(1)


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.