摘要: grep(Global search Regular Expression and Print out the line)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族还包括egrep(Ext)和fgrep(Fixed)。 grep使用的正则表达式 阅读全文
posted @ 2017-08-17 10:03 qiynet 阅读(1017) 评论(0) 推荐(0)
跳至侧栏