4.3BSD-Reno/share/man/cat1/ar.0

Compare this file to the similar file:
Show the results in this format:

AR(1)			    UNIX Reference Manual			 AR(1)

NNAAMMEE
     aarr - archive and library maintainer

SSYYNNOOPPSSIISS
     aarr kkeeyy [_p_o_s_n_a_m_e] _a_f_i_l_e _n_a_m_e ...

DDEESSCCRRIIPPTTIIOONN
     AArr maintains groups of files combined into a single archive file.	Its
     main use is to create and update library files as used by the loader.  It
     can be used, though, for any similar purpose.  NN..BB..:: This version of aarr
     uses a ASCII-format archive which is portable among the various machines
     running UNIX.  Programs for dealing with older formats are available: see
     arcv(8).

     KKeeyy is one character from the set --ddrrqqttppmmxx optionally concatenated with
     one or more of --vvuuaaiibbcclloo.	_A_f_i_l_e is the archive file.  The _n_a_m_e_s are con-
     stituent files in the archive file.  The meanings of the --kkeeyy characters
     are:

     --dd        Delete the named files from the archive file.

     --rr        Replace the named files in the archive file.  If the optional
	       character --uu is used with --rr then only those files with last-
	       modified dates later than the archive files are replaced.  If
	       an optional positioning character from the set --aabbii is used,
	       then the _p_o_s_n_a_m_e argument must be present and specifies that
	       new files are to be placed after --aa or before --bb or --ii _p_o_s_n_a_m_e.
	       Otherwise new files are placed at the end.

     --qq        Quickly append the named files to the end of the archive file.
	       Optional positioning characters are invalid.  The command does
	       not check whether the added members are already in the archive.
	       Useful only to avoid quadratic behavior when creating a large
	       archive piece-by-piece.

     --tt        Print a table of contents of the archive file.  If no names are
	       given, all files in the archive are tabled.  If names are
	       given, only those files are tabled.

     --pp        Print the named files in the archive.

     --mm        Move the named files to the end of the archive.	If a position-
	       ing character is present, then the _p_o_s_n_a_m_e argument must be
	       present and, as in --rr specifies where the files are to be
	       moved.

     --xx        Extract the named files.  If no names are given, all files in
	       the archive are extracted.  In neither case does --xx alter the
	       archive file. Normally the `last-modified' date of each ex-
	       tracted file is the date when it is extracted. However, if --oo
	       is used, the `last-modified' date is reset to the date recorded
	       in the archive.

     --vv        Verbose.  Under the verbose option, aarr gives a file-by-file
	       description of the making of a new archive file from the old
	       archive and the constituent files.  When used with --tt it gives
	       a long listing of all information about the files.  When used
	       with --pp, it precedes each file with a name.

     --cc        Create.	Normally aarr will create _a_f_i_l_e when it needs to.  The
	       create option suppresses the normal message that is produced
	       when _a_f_i_l_e is created.

     --ll        Local.  Normally aarr places its temporary files in the directory
	       /tmp.  This option causes them to be placed in the local direc-
	       tory.

FFIILLEESS
     _t_m_p/_v*    temporaries


SSEEEE AALLSSOO
     lorder(1), ld(1), ranlib(1), ar(5), arcv(8)

HHIISSTTOORRYY
     AArr appeared in vanilla Version 6 AT&T UNIX.  The Version 7 aarr appeared in
     2.0 BSD.

BBUUGGSS
     If the same file is mentioned twice in an argument list, it may be put in
     the archive twice.

     The last-modified date of a file will not be altered by the --oo option if
     the user is not the owner of the extracted file, or the super-user.