diff --git a/pages/common/ar.md b/pages/common/ar.md new file mode 100644 index 0000000000..c250dbb0d0 --- /dev/null +++ b/pages/common/ar.md @@ -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` \ No newline at end of file