Skip to main content

echo Command

The echo command sends the provided message downstream.

Usage

echo <message>

Parameters

ParameterDescriptionRequired?Default Value
messageMessage to send downstream✔️N/A

Example

> echo Hello World
​Hello World
> echo The current time is @TIME@
​The current time is 09:16:18

Contact Us