mirror of https://github.com/CrimsonTome/tldr.git
11 lines
170 B
Markdown
11 lines
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`
|