Purpose
Prints the input string. You can use this command to print custom text from ADRCI scripts.
Syntax and Description
echo
quoted_string
The string must be enclosed in single or double quotation marks.
This command does not require an ADR home to be set before you can use it.
Example
These examples print the string "Hello, world!":
echo "Hello, world!"
echo 'Hello, world!'