ar2 Archiver
Ar is a utility modeled loosely after the archive utility in "Software Tools" by Kernighan & Plauger. Its purpose is to gather files into a common file to save disk space and keep related files together.
Syntax
ar <-command>[options] <archive_name> [file_specification(s)]
Commands
d: delete file(s) from the archivem: move file(s) to the archive (add and then delete)p: print file(s) to standard outputt: print a table of contents for the archiveu: update/add file(s) to the archivex: extract file(s) from the archive
Options
a: include all versions of specified filesbnn: set compression to 'nn' bits maximumo: make archives compatible with old ars: suppress compression of binariesss: suppress compression of all filesz: get names of files to process from standard input