echo

Description

Echoes all input and output to the screen.

This command is usually used within a script.

Syntax

echo

Example

To output comments:

3/11/08 2:15 PM		AllApplications>>
3/11/08 2:16 PM		echo "this is a test"
3/11/08 2:16 PM		this is a test