a.ls(1)
NAME
a.ls − list compiled programs
FORMAT
a.info [options] [unit_name] ... [-f ada_source.a ...]
DESCRIPTION
a.ls is provides a list of the units compiled in the current VADS directory. Options are provided to give more or less extensive information, to change the format of the list, or to provide a list of compiled units occurring in specified source files. Additionally, unit_name can be specified as a regular expression to match groups of units. (If the regular expression contains any of the shell’s meta-characters, the expression must be quoted.)
Without the -l or -v options, a.ls prints output in multiple columns. This can be overridden with the -1 (single) option.
The options -F, -l, and -v (in increasing order of listing detail) are mutually exclusive. If more than one of these three is given, the listing will be that with the most detail.
OPTIONS
-a (all) List all units visible in libraries in the library search list.
-b (body) Limit output to unit bodies.
-f filename (file) List only units found in filename.
-F (suffix) List unit bodies with a trailing #.
-l (long) List source file date, net file date, unit, and unit type.
-s (specification) Limit output to unit specifications.
-v (verbose) List source filename, source file date, net file date, and unit.
-1 (single) Print output in a single column.
SEE ALSO
Operating system documentation for regular expressions in ed(1).