C613-50170-01 Rev B
Command Reference for x510 Series
463
AlliedWare Plus™ Operating System - Version 5.4.7-1.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
Parameter
Description
<
line
>
The string to echo
Hello World