5 \fBar\fR [\fBdmpqrtx\fR][\fBabciluv\fR]\fR [\fIposname\fR] \fIarchive\fR [\fIfile \fR...]\fR
7 \fBaal\fR [\fBdpqrtx\fR][\fBclv\fR]\fR \fIarchive\fR [\fIfile \fR...]\fR
20 .EX "ar r libc.a sort.s" "Replace \fIsort\fR.s in \fIlibc.a\fR"
21 .EX "ar rb a.s libc.a b.s" "Insert \fIb.s\fR before \fIa.s\fR in \fIlibc.a\fR"
24 \fIAr\fR allows groups of files to be put together into a single archive.
25 It is normally used for libraries of compiled procedures. \fIAal\fR is like
26 \fIar\fP, but is to be used with the ACK compiler. The following keys
31 \fBd\fR: Delete. \fIAr\fR will delete the named members.
32 \fBm\fR: Move named files. \fIAr\fR expects \fIa\fR, \fIb\fR, or \fIi\fR to be specified.
33 \fBp\fR: Print the named files (list them on \fIstdout\fR)
34 \fBq\fR: Quickly append to the end of the archive file.
35 \fBr\fR: Replace (append when not in archive).
36 \fBt\fR: Print the archive's table of contents.
40 \fBThe keys may optionally concatencated with one or more of the following\fR:
43 \fBa\fR: After \fIposname\fR
44 \fBb\fR: Before \fIposname\fR
45 \fBc\fR: Create (suppresses creation message)
46 \fBi\fR: Before \fIposname\fR
47 \fBl\fR: Local temporary file for work instead of \fI/tmp/ar.$$$$$\fR
48 \fBu\fR: Replace only if dated later than member in archive