VMS Help  —  DIRECTORY  Qualifiers  /SELECT
       /SELECT=(keyword[,...])

    Allows you to select files for display. Choose one of the
    following keywords:

    ACL              Displays files that have an associated ACL or
    NOACL            files that do not (NOACL keyword).

    CACHING_         Displays files that have the specified caching
    ATTRIBUTE        attribute. Possible options are:
                        NO_CACHING
                        WRITETHROUGH

    FILE=(option[,...Displays portions of the file specification.
                     The /SELECT=FILE qualifier is used to turn
                     off specific portions by explicit or implicit
                     specification of the options. Possible options
                     are:

                        [NO]NODE
                        [NO]DEVICE
                        [NO]DIRECTORY
                        [NO]NAME
                        [NO]TYPE
                        [NO]VERSION

                     /SELECT=FILE qualifier cannot be used with the
                     /FULL qualifier.

    ONLINE           Displays files that are online or shelved.
    NOONLINE

    PRESHELVED       Displays files that are preshelved or not
    NOPRESHELVED     preshelved.

    SHELVABLE        Displays files that are shelvable or not
    NOSHELVABLE      shelvable.

    SIZE=(option[,...Displays files according to their size. Possible
                     options are:
                     Option     Description

                     MAXIMUM=n  Displays files that have fewer blocks
                                than the value of n, which defaults
                                to 1,073,741,823. Use with MINIMUM=n
                                to specify a size range for files to
                                be displayed.

                     MINIMUM=n  Displays files that have blocks equal
                                to or greater than the value of n.
                                Use with MAXIMUM=n to specify a size
                                range for files to be displayed.

                     (MINIMUM=n,Displays files whose block size falls
                                within the specified MINIMUM and
                     MAXIMUM=n) MAXIMUM range.

                     UNUSED[=n] Displays a file only if the
                                difference between the used portion
                                of a file and the allocated size of
                                a file exceeds the disk's cluster
                                size. If a value is specified, any
                                file with unused space exceeding that
                                value is displayed.

    VERSION=(option[,Displays all files with version numbers that
    (Alpha/Integrity fall within the range specified by one or both
    servers Only)    of the following options:

                        MINIMUM=number
                        MAXIMUM=number
Close Help