BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Reference   |   Topic List   |   Previous   |   Next   |   Contents

   BEA Tuxedo Command Reference

Introduction to BEA Tuxedo Commands

Description

The BEA Tuxedo Command Reference describes, in alphabetic order, shell-level commands delivered with the BEA Tuxedo software.

Reference Page Command Syntax

Unless otherwise noted, commands described in the Synopsis section of a reference page accept options and other arguments according to the following syntax and should be interpreted as explained below.

name [ -option . . . ] [cmdarg . . . ]

where name is the name of an executable file and option is a string of one of the following two types: noargletter . . . or argletter optarg [, . . .]

An option is always preceded by a "-".

noargletter

is a single letter representing an option that requires no option-argument. More than one noargletter can be grouped after a "-"

optarg

is a character string that satisfies a preceding argletter. Multiple optargs following a single argletter must be separated by commas, or separated by white space and enclosed in quotes.

cmdarg

is a path name (or other command argument) that represents an operand of the command.

-

(dash) by itself means that additional arguments are provided in the standard input.

--

(two dashes) means that what follows are arguments for a subordinate program.

[ ]

surrounding an option or cmdarg, mean that the option or argument is not required.

{ }

surrounding cmdargs that are separated by an or sign, mean that one of the choices must be selected if the associated option is used.

. . .

means that multiple occurrences of the option or cmdarg are permitted.