echo - Merely echoes the arguments. File redirection is allowed.


echo [-h] [-o filename [-a]] <args>

Echoes its arguments to standard output.

Command options:

-o filename
Echoes on the specified file instead of on the standard output.
-a
When used with option -o, appends the output to the specified file instead of overwriting it.

Last updated on 2009/01/30 15h:04