echo − echo arguments
echo [−n] [arguments...]
echo prints the command line arguments separated by spaces. A newline is printed at the end unless the '−n' option is given.
echo accepts the following options:
|
−n |
Do not print a newline after the arguments. |
The working of echo is not influenced by any environment variables.
echo has no known bugs.
The Perl implementation of echo was written by Randy Yarger, [email protected].
This program is copyright by Randy Yarger 1999.
This program is free and open software. You may use, modify, distribute and sell this program (and any modified variants) in any way you wish, provided you do not restrict others to do the same.