-
Lots of people use grep.
许多人都使用grep。
-
Show only the matches with grep.
使用grep仅显示匹配项。
-
Auditing You can do grep on querylog.
审计可以对querylog执行grep。
-
List the files and grep for the inode.
列出文件并使用grep搜索inode。
-
To correct that, I added an extra grep call.
为了纠正那一点,我添加了一个额外的grep调用。
1. GREP(global search regular expression(RE) and print out the line),是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgrep。利用这些返回值就可进行一些自动化的文本处理工作。