Merge pull request #162 from kxy/master

add ar.md (#104)
This commit is contained in:
Romain Prieto
2014-03-11 09:19:09 +11:00

11
pages/common/ar.md Normal file
View File

@@ -0,0 +1,11 @@
#ar
> Create, modify, and extract from archives (.a .so .o)
- Extract members of the archive
`ar -x libfoo.a`
- List the content (files) of libfoo.a
`ar -t libfoo.a`