added ar.md

waldyrious/alt-syntax
kxy 2014-03-10 16:31:07 +01:00
parent 3c1a9011d3
commit ffffef8db3
1 changed files with 11 additions and 0 deletions

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`