1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 15:17:58 +01:00
tldr/pages/common/ar.md
2014-03-10 16:31:07 +01:00

11 lines
No EOL
170 B
Markdown

#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`