From ffffef8db3c84f6cfabdd3a7278c8cc9b3be5414 Mon Sep 17 00:00:00 2001 From: kxy Date: Mon, 10 Mar 2014 16:31:07 +0100 Subject: [PATCH] added ar.md --- pages/common/ar.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/ar.md diff --git a/pages/common/ar.md b/pages/common/ar.md new file mode 100644 index 000000000..c250dbb0d --- /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