tldr/pages/common/ar.md

11 lines
170 B
Markdown
Raw Normal View History

2014-03-10 15:31:07 +00:00
#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`