Database Utilities
ContentsOpens a new window
Opens a new window
Page 655 of 1018

ECHO

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!'
Previous PageOpens a new window
Page 655 of 1018
Next PageOpens a new window