SQL/MP Reference Manual
HP NonStop SQL/MP Reference Manual—523352-013
F-26
FILES Command
FILES Command
FILES is an SQLCI utility command that displays the names of files that are on one or
more subvolumes.
subvol-spec
is the name of a Guardian subvolume or a name with wild-card characters that
matches the names of several Guardian subvolumes.
If you do not specify any subvol-spec, FILES displays the files on the current
default subvolume.
subvol-spec can include these wild-card characters in any part of the name
except the node name:
FILES displays file names on the OUT file, which is typically your terminal. For
OSS files, FILES displays ZYQ names.
Example—FILES
This example lists all files in volumes with names that end with the letter M and
subvolumes on those volumes that have names that are six-characters long beginning
with Z, with 00 in the fifth and sixth character positions:
>> FILES $*M.Z???00;
$SYSTEM.ZLOG00
ZZEV0011 ZZEV0012 ZZEV0013 ZZEV0014 ZZEVCONF
>>
FILES [ subvol-spec ] ;
[ ( subvol-spec [ , subvol-spec ] ... ) ]
* matches zero or more characters
? matches any single character