ARM Librarian, 5.03 [Build 76]
- archive creation and maintenance tool

Command format:

armar options archive [ file_list ]

Wildcards '?' and '*' may be used in file_list

Options:-

-r Insert files in <file_list>, replace existing members of the same name.
-d Delete the members in <file_list>.
-x Extract members in <file_list> placing in files of the same name.
-m Move files in <file_list>.
-p Print files to stdout.
-a pos Insert/move files after file named <pos>.
-b pos Insert/move files before file named <pos>.
-u Update older files only, used with -r.

-n Do not add a symbol table to an object archive.
-s Force regeneration of archive symbol table.
-t Print table of contents of archive.
--zs Show the symbol table.
--zt Summarize the archive contents (sizes + entries).
-c Suppress warning when a new archive is created.
-C Do not overwrite existing files when extracting.
-T Truncate file names to system maximum length.
-v Give verbose output.
--create Force creation of a new archive.
--via file Take additional arguments from via file.
--sizes List the size of each member and the library total.
--entries List sections containing ENTRY points.
--vsn Print the current Armar Version.
--help Print this message.

Examples:-

armar -r mylib.a obj1 obj2 obj3...
armar -x mylib.a ?sort*
armar -d mylib.a hash.o
armar -tv ansilib.a

最新文章

  1. Base64编码原理分析
  2. 初入网络系列笔记(1)TCP/IP基础
  3. 《利用Python进行数据分析: Python for Data Analysis 》学习随笔
  4. dstoon系统中学习
  5. iOS两种方式加载图片的区别
  6. jQuery MiniUI开发系列之:安装部署
  7. Java反序列化测试
  8. jQuery取得select选中的值
  9. hdu 4585 map **
  10. 《Power》读书笔记
  11. css系列教程--overflow min/maxheight content
  12. xml学习(1)xml的几种文件格式
  13. HTTP状态码 - HTTP Status Code
  14. JavaScript打开新窗口被拦截问题
  15. ZYNQ基础知识一
  16. [总结] NOIP 前的考试记录
  17. Java中的IO流总结
  18. Selenium的自我总结2_元素基本操作
  19. RunAsAdmin
  20. 一个比较有意思的SDN网络技术相关blog/doc

热门文章

  1. 腾讯出品的一个超棒的 Android UI 库
  2. 剑指offer(48)不用加减乘除做加法
  3. 类自动调用to.string方法
  4. SQLServer “无法对数据库&#39;XX&#39; 执行删除,因为它正用于复制”的解决方法
  5. WinForm动态查询
  6. 比原链Bytom错误码一览
  7. vue脚手架的目录结构
  8. HBase和MongoDB的区别
  9. 一个时代的终结:为什么是时候放弃ITOM四大巨头了?这对IT领导者来说意味着什么?
  10. ES6与ES5对比 模板字符串