[Top] [Prev] [Next] [Bottom]

intro(1)

intro(1)

Name

intro-introduction to BEA TUXEDO commands and application programs

Description

Section(1) 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, 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 pathname (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.


[Top] [Prev] [Next] [Bottom]