AR.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:2k
- .TH AR 1
- .SH NAME
- ar, aal - archivers
- .SH SYNOPSIS
- fBarfR [fBdmpqrtxfR][fBabciluvfR]fR [fIposnamefR] fIarchivefR [fIfile fR...]fR
- .br
- fBaalfR [fBdpqrtxfR][fBclvfR]fR fIarchivefR [fIfile fR...]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "ar r libc.a sort.s" "Replace fIsortfR.s in fIlibc.afR"
- .EX "ar rb a.s libc.a b.s" "Insert fIb.sfR before fIa.sfR in fIlibc.afR"
- .SH DESCRIPTION
- .PP
- fIArfR allows groups of files to be put together into a single archive.
- It is normally used for libraries of compiled procedures. fIAalfR is like
- fIarfP, but is to be used with the ACK compiler. The following keys
- are allowed:
- .PP
- .ta 0.25i 0.50i
- .nf
- fBdfR: Delete. fIArfR will delete the named members.
- fBmfR: Move named files. fIArfR expects fIafR, fIbfR, or fIifR to be specified.
- fBpfR: Print the named files (list them on fIstdoutfR)
- fBqfR: Quickly append to the end of the archive file.
- fBrfR: Replace (append when not in archive).
- fBtfR: Print the archive's table of contents.
- fBxfR: Extract
- .fi
- .PP
- fBThe keys may optionally concatencated with one or more of the followingfR:
- .nf
- .PP
- fBafR: After fIposnamefR
- fBbfR: Before fIposnamefR
- fBcfR: Create (suppresses creation message)
- fBifR: Before fIposnamefR
- fBlfR: Local temporary file for work instead of fI/tmp/ar.$$$$$fR
- fBufR: Replace only if dated later than member in archive
- fBvfR: Verbose
- .PP
- .fi
- .SH "SEE ALSO"
- .BR anm (1),
- .BR asize (1),
- .BR nm (1),
- .BR size (1).