04 2021 档案

摘要:[root@localhost ~]# ar --helpUsage: ar [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file. 阅读全文
posted @ 2021-04-19 11:00 Xuperior 阅读(385) 评论(0) 推荐(0)
摘要:[root@localhost ~]# objdump --help用法:objdump <选项> <文件> 显示来自目标 <文件> 的信息。 至少必须给出以下选项之一: -a, --archive-headers Display archive header information -f, --f 阅读全文
posted @ 2021-04-08 17:30 Xuperior 阅读(394) 评论(0) 推荐(0)
摘要:[root@localhost ~]# awk --helpUsage: awk [POSIX or GNU style options] -f progfile [--] file ...Usage: awk [POSIX or GNU style options] [--] 'program' 阅读全文
posted @ 2021-04-08 10:00 Xuperior 阅读(58) 评论(0) 推荐(0)
摘要:[root@localhost ~]# cut --help用法:cut [选项]... [文件]...Print selected parts of lines from each FILE to standard output. Mandatory arguments to long optio 阅读全文
posted @ 2021-04-08 09:55 Xuperior 阅读(100) 评论(0) 推荐(0)