是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。
grep [stringSTRING] filename grep [^string] filename
Grep 命令有什么用?如何忽略大小写?如何查找不含该串的行?
原文:https://www.cnblogs.com/programb/p/14105239.html