Next:
The echof Command
Up:
Shell Commands
Previous:
The cd Command
Contents
Index
The
echo
Command
The
echo
command will print its arguments on the standard output.
echo [-n][
stuff
...]
If the
-n
option is given, then the arguments are echoed without a trailing newline.
Stephen R. Whiteley 2024-10-26