Service Registry 3 2005Q4 Administration Guide

echo

Echoes a string.

Synopsis

echo string

Description

The echo command echoes the specified string to the output. This command is most useful when you specify it in the -command option when you run the Admin Tool in batch mode.

Operand

string

A sequence of characters.

Example

The following command prints the date and the result of the ls command into a log file.


java -jar admin-tool.jar -command "echo ”date”; ls" > admin.log