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. |
No Error Conditions defined
0 | Success |
---|
Copyright © 1999 Design & Test Center