This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7d5449e69d
tldr
/
pages
/
common
/
ar.md
170 B
Raw
Blame
History
#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