GNU grep 2.14 发布,该版本解决了两个问题:
Several false results of "grep -i '^$'" in multi-byte locales were resolved.
A misdetection of text files as binary was resolved.
grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包 括grep、egrep和fgrep。
主页:http://www.gnu.org/software/grep/
下载:http://www.gnu.org/prep/ftp.html
来自:开源中国社区