摘要: [root@localhost ~]# objdump --help用法:objdump <选项> <文件> 显示来自目标 <文件> 的信息。 至少必须给出以下选项之一: -a, --archive-headers Display archive header information -f, --f 阅读全文
posted @ 2021-04-08 17:30 Xuperior 阅读(326) 评论(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 阅读(43) 评论(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 阅读(73) 评论(0) 推荐(0) 编辑