Hitachi

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


8.1.2 Command description format for UNIX-compatible commands

The following specification rules apply to UNIX-compatible commands except for those in the script format:

The following subsections explain the description formats for short options and long options.

Organization of this subsection

(1) Specification format for short options

A short option consists of one hyphen (-) followed by one predefined character.

The specification format for short options is shown below. Whether the option value can be omitted depends on the option.

-short-option-name[[Figure]0option-value]

The rules for specifying short options are as follows:

(2) Specification format for long options

A long option consists of two consecutive hyphens (--) followed by a predefined character string.

The specification format for long options is shown below. Whether the option value can be omitted depends on the option.

--long-option-name[=option-value]

An option with an option value can also be specified in the format shown below. Note that in the case of an option whose option value can be omitted, the long option name must be separated from the option value by the equal sign (=). If a space is specified instead of an equal sign, the option value will be treated as an operand.

--long-option-name[Figure]1option-value

Long option names and their option values cannot be abbreviated. For example, an error results if you specify --char list for the --characters option of the cut command or --format=l for the --format option of the ls command.

Important note

For the options that have both short and long option formats, only the short option is explained in this manual (although both are shown in the Arguments section of the command descriptions). For the options that do not have a short options, the long option is explained. In the Format section in the command descriptions, the long option names are provided after the short option names for the long options that have no relationship with other options.

For example, the --side-by-side long option of the -y option of the diff command is not provided in the Format section of the command description. On the other hand, the --suppress-common-lines long option is provided in the Format section because it does not have a corresponding short option.

(3) Notes about commands