linux命令--grep

功能说明 grep(global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。 来自: http://man.linuxde.net/grep 常用选项 -a –text #不要忽略二进制的数据。 -A<显示行数> –after
相关文章
相关标签/搜索