mscomment — Change an MSS file's comment.
Mscomment specific options:
Recursively set the comment. For each operand that
names a directory, mscomment shall set the specified
comment on all MSS files in the hierarchy.
commentSpecify the comment. The comment must be between 1 and 80 characters, and must be appropriately quoted if it contains whitespace or other characters that will be interpreted by the local shell.
proj
Supply proj as the project number for
charging. Currently, no charging is done for metadata operations, so
this option is a placeholder for when charging might be imposed.
The common password related options are:
password
Supply the read password for the following MSS files. If another
read password was specified prior to this point in this command line,
and the following MSS files do no have a read password, a null
password must be given: -rpwd ''. If the MSS
files do not have a read password, this option must not be used.
password
Supply the write password for the following MSS files. If
another write password was specified prior to this point in this command
line, and the following MSS files do no have a write password, a
null password must be given: -wpwd ''. If the MSS
files do not have a write password, this option must not be used.
path
A pathname of an MSS file whose comment is to be modified.
If the recursive option (-R) is set,
then all MSS files contained within the directory hierarchy named by
path will have their comments modified.
Example 14. Set a comment.
This example sets the comment of the MSS file mydata, which
has a write password.
mscomment -wpwd yoyo -c 'This is a comment' mydata
See Environment Variables section of the Command Behavior and Envrionment chapter for details.
See Exit Status Codes section of the Command Behavior and Environment chapter for details.