PowerAda alibcp

From OC Systems Wiki!
< PowerAda:APPENDIX E. Tools Reference
Revision as of 00:35, 25 April 2019 by imported>WikiVisor (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


NAME

alibcp - copy a sublibrary

SYNOPSIS

alibcp [-hF] SourceSublibrary TargetSublibrary

DESCRIPTION

The alibcp command copies one sublibrary to another.

OPTIONS

-h
Requests help for the command. If it is specified, all other options and parameters (except possibly erroneous ones) are ignored.
-F
Indicates that if TargetSublibrary already exists, the command should overwrite TargetSublibrary without prompting you for verification.
If the -F option is not specified and the TargetSublibrary exists, you are prompted to confirm that you really want to perform the copy. The prompt is:
Replace sublibrary TargetSublibrary?
The response is read from standard input. If you reply with "y", "ye", or "yes" in any case and with optional leading or trailing blanks, the copy proceeds. Any other response ends the copy and leaves the target untouched.

PARAMETERS

SourceSublibrary
The name of the sublibrary to be copied. If it is not in the current directory, specify its name as either a relative or absolute path name.
TargetSublibrary
The name of the sublibrary to which SourceSublibrary is to be copied. If it is not in the current directory, specify its name as either a relative or absolute path name.

FILES

$POWERADA/bin/alibcp

the alibcp program

RETURN CODES

Below is a list of the possible values returned by alibcp. Refer to Return Codes for Commands for details about the meaning of these return s.

0, 1, 3, 10, 99

ENVIRONMENT VARIABLES

POWERADA
This must be defined and indicate the powerada/ada95 directory in the PowerAda installation.

BUGS/LIMITATIONS

See Problems and Questions at the beginning of this Appendix.