ECHO

Name

ECHO --  Generic output tool

Synopsis

echo [ 'string']

Description

Prints the string literal on standard output.

Example

     ECHO 'Node 1 initialized successfully';