list child(8cds)
Displays a list of all the child pointers whose names match the specified child name
Synopsis
cdscp list child child-name [with attribute-name = attribute-value]
Arguments
child-name The full name of a specific child pointer. The last simple name can contain wildcard characters.
with attribute-name The name of a particular attribute.
attribute-value The value of a particular attribute.
Description The list child command displays a list of all the child pointers whose names match the specified child name. The last simple name can contain wildcard
characters. You can use a with attribute-name = attribute-value clause to limit output only to child pointers whose attributes have values equal to the specified values.
A space must precede and follow the = (equals sign).
Privileges Required You must have r (read) permission to the directory that stores the child pointer. If you use a with attribute-name =
attribute-value clause in the command, you also need r (read) or t (test) permission to the selected child pointers.
Notes This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE.
Examples The following command displays a list of all the child pointers named in the /.:/sales directory:
cdscp> list child /.:/sales/*
LIST CHILD /.../abc.com/sales AT 1991-10-15-15:56:00 Q1 Q2 Q3
Q4
Related Information Commands:
create child(8cds)
delete child(8cds)
show child(8cds)
|