N: ls@member@
O: int com_ls@member@(struct command_context *cc);
P: AFS_READ
-D: List blobs of type @member@ matching a pattern.
+D: List blobs of type @member@ which match a pattern.
U: ls@member@ [-i] [-l] [-r] [pattern]
H: Print a list of the names of all blobs in the corresponding
H: osl table which match the given pattern. If no pattern is
H:
H: Options:
H:
-H: -i Sort attributes by id. The default is to sort
-H: alphabetically by name.
+H: -i Sort by identifier. The default is to sort alphabetically by name.
H:
-H: -l Print a long listing containing both identifier and
-H: attribute name. The default is to print only the name.
+H: -l Print identifier and name. The default is to print only the name.
H:
H: -r Reverse sort order.
---