Grep 命令有什么用? 如何忽略大小写? 如何查找不含 该串的行?

是一种强大的文本搜索工具它能使用正则表达式搜索文本并把匹 配的行打印 

出来

grep [stringSTRING] filename grep [^string] filename

posted @ 2020-07-03 21:40  咔啡  阅读(648)  评论(0)    收藏  举报