324
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
S
CRIPTING
C
OMMANDS
ECHO
echo
Overview
This command echoes a string to the terminal, followed by a blank line.
Syntax
echo <
line
>
Mode
User Exec and Privileged Exec
Usage
This command may be useful in CLI scripts, to make the script print user-visible
comments.
Example
To echo the string
Hello World
to the console, use the command:
awplus#
echo Hello World
Output
Related
Commands
activate
wait
Parameter
Description
<
line
>
The string to echo
Hello World