Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


ESCAPE_SEQ_ECHO_DEFAULT parameter (defines the action of the echo command when the escape-character option is omitted)

Organization of this page

Format

#-adsh_conf ESCAPE_SEQ_ECHO_DEFAULT {YES|NO}

Description

This parameter defines the action the echo command is to take for escape characters when the escape-character option (-E or -e) is omitted in the echo command.

When YES is specified in this parameter, escape characters are interpreted, even if the -e option is not specified in the echo command. When NO is specified, escape characters are handled as directed by the echo command specification.

The specification in this parameter is ignored when the -E or -e option is specified in the echo command.

Operands

YES

Specifies that the echo command is to be used to interpret escape characters, even if the -e option is not specified in the echo command.

NO

Specifies that the echo command is not to be used to interpret escape characters, unless the -e option is specified in the echo command.

Notes

Example