LIST

Synopsis

HELP:   List versions and directory content of archives
TYPE:   OBJECT
SYNTAX: LIST(NET.{},STORE/SAVE.{},DECRYPT.{},FORMAT=LIST/XML,VERBOSE=MINIMAL/NORMAL/STANDARD/MAXIMAL,DIRLIST/OUTPUT='str'/STDOUT/STDERR,ROWLIST='str'/STDOUT/STDERR,POTLIST='str'/STDOUT/STDERR,LOGGING.{},MESSAGE(),NORUN)

Description

The LIST subcommand can be used to list the versions, keys and directory content of a FLAM archive in several formats. You can also generate a list of the row specifications of the respective archive, which contain the structure of the data and the indexing of the columns. Such a ROWLIST can be used in the FILTER command so that you do not have to explicitly specify the indexing for the search query (FILTER).

The list of encrypted keysets is supplemented by a PGP dump with VERBOSE=MAX. This list can also be used to remove keysets with the DELKEY command by using the index displayed here.

Furthermore, the pot design can be displayed so that not only the formats but also the pots used can be seen together with the compression and encryption parameters.

To get syntax information, please use:

   flcl SYNTAX ARCHIVE.LIST

To get help for a parameter, please use:

   flcl HELP ARCHIVE.LIST.parameter[.parameter[...]]

To read the manual page for a parameter, please use:

   flcl MANPAGE ARCHIVE.LIST.parameter[.parameter[...]]
      or
   flcl HELP ARCHIVE.LIST.parameter[.parameter[...]] MAN

To generate the user manual for the command, please use:

   flcl GENDOCU ARCHIVE.LIST=filename

Parameters can be defined via command line (directly or by parameter file) or via properties taken from the corresponding property file.

Arguments