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

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

出来

grep [stringSTRING] filename grep [^string] filename

原文地址:https://www.cnblogs.com/programb/p/13019434.html