摘要: 首先介绍下grep命令: grep(global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。它是linux中最常用的“文本处理 阅读全文
posted @ 2019-11-01 15:50 sxFu9528 阅读(293) 评论(0) 推荐(0) 编辑