Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

User Commands (a - b) ar(1)
If the -r ag is used with the -v ag and the le specied in the le operand is already in
the archive, the standard output is:
"r - %s\n", le
where le is the le operand specied on the command line.
If the le specied in the le operand is being added to the archive and the -r ag is
used, the standard output is:
"a - %s\n", le
where le is the le operand specied on the command line if le operands were
specied, or the name of the le within the archive le if the le operands were not
specied.
If the -t ag is used, ar writes the names of the les to the standard output le in the for-
mat:
"%s\n", le
where le is the le operand specied on the command line if le operands were
specied, or the name of the le within the archive le if the le operands were not
specied.
If the -t ag is used with the -v ag the standard output is:
"%s %u/%u %u %s %d %d:%d %d %s\n", member-node, user-ID, group-ID,
number-of-bytes-in-member, abbreviated-month, day-of-the-month, hour, minute, year,
le
Where:
file is the le operand specied on the command line if le operands were
specied, or the name of the le within the archive le if the le operands were
not specied.
member-node
is formatted the same as the le-node string in the output of the ls command,
except for the rst character, the entry-type, which is not used. The string
represents the le mode of the archive member at the time it was added to, or
replaced within, the archive le.
user-ID is the OSS user ID (UID) associated with the le at the time it was added to, or
replaced within, the archive le.
group-ID
is the group ID (GID) associated with the le at the time it was added to, or
replaced within, the archive le.
number-of-bytes-in-member
is the size of the le in bytes at the time it was added to, or replaced within, the
archive le.
The following output entries record the last modication time of a le when the le was
most recently added or replaced in the archive le.
abbreviated-month
is equivalent to the %b format in the output of the date command.
527188-007 Hewlett-Packard Company 111