Detailed Explanation of the Linux grep Command

Detailed Explanation of the Linux grep Command

(Click the public account above to quickly follow) Source:ggjucheng Link: http://www.cnblogs.com/ggjucheng/archive/2013/01/13/2856896.html Introduction grep (global search regular expression (RE) and print out the line) is a powerful text search tool that can search text using regular expressions and print out the matching lines. The grep family in Unix includes grep, egrep, and fgrep. The commands egrep … Read more