Echo Command

Overview

Echoes specified string to standard output.

syntax:echo [options] word ...
arguments: word Writes each word to the shell's standard output, separated by spaces and terminated with a newline. The retrun status is always 0.
options: -n If the -n option is specified, the trailing newline is suppressed.

Error Conditions

No Error Conditions defined

Return Codes

0Success

Where to go next?

Copyright © 1999 Design & Test Center