mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 03:17:58 +01:00
commit
4e3605be90
1 changed files with 11 additions and 0 deletions
11
pages/common/ar.md
Normal file
11
pages/common/ar.md
Normal 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`
|
Loading…
Reference in a new issue