echo - UDM Command
Syntax
echo [parm_1]...[parm_n]
Description
The echo command writes text to standard out.
Parameters
Parameter | Description |
---|---|
parm_1 | First parameter to echo. |
parm_n | Other parameter(s) to echo. |
Examples
To write:
This is my message
Execute:
echo "This is my message"