ar_unix
ar (Unix)
- Snippet from Wikipedia: Ar (Unix)
The archiver, also known simply as ar, is a Unix utility that maintains groups of files as a single archive file. Today,
ar
is generally used only to create and update static library files that the link editor or linker uses and for generating .deb packages for the Debian family; it can be used to create archives for any purpose, but has been largely replaced bytar
for purposes other than static libraries. An implementation ofar
is included as one of the GNU Binutils.In the Linux Standard Base (LSB),
ar
has been deprecated and is expected to disappear in a future release of that standard. The rationale provided was that "the LSB does not include software development utilities nor does it specify .o and .a file formats."
ar_unix.txt · Last modified: 2024/05/01 03:55 by 127.0.0.1