List attribute property names (LAN)
The command lists the attribute names available for instances of the current or referenced collection.
Parameters:
- mask - display collection names according to the mask, only. The mask may contain * as place holder(s).
- -Dn - re-direction to other data source.
- -Cn - re-direction to other collection in the hierarchy or in the data source referenced by -Dn.
Syntax:
lan [mask] -Dn -Cn
Examples:
lan // list all attribute names
lan name* // list all attribute names beginning with 'name'
lan -D3 -c2 // list all attribute names for collection 2, data source 3