摘要:
简介grep(global search regular expression and print out the line):全面搜索正则表达式并打印行常用用法:grep [-acinv] [--color=auto] '搜寻字符串' filename选项与参数:-a :将 binary 文件以 ... 阅读全文
posted @ 2015-04-08 15:43
bupt_lyn
阅读(368)
评论(0)
推荐(0)
摘要:
简介awk逐行读入文本,以空格为默认分隔符切片,对各部分分析处理使用方法awk 'pattern {action}' filenameawk 'pattern {action} pattern {action}...' filenameawk -F ":" 'BEGIN {print "name,... 阅读全文
posted @ 2015-04-08 13:38
bupt_lyn
阅读(168)
评论(0)
推荐(0)