409: Final
Command: echo
echo
Syntax: echo <text>
Arguments: none
Description: Displays the echoed text to screen.
Example:
$> echo This is an echo.
$>
This is an echo.