echo [ <string>... ]
echo is useful within scripts such as /etc/rc to display text to the console.
echo Start the operation...
:
(do the operation)
:
echo Stop the operation.
Start the operation...
:
(other console output)
:
Stop the operation.
Copyright © 1994-2007 Network Appliance. Legal Information