Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
AR.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 2k
Category:
OS Develop
Development Platform:
WINDOWS
- .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).