6.44. Grep-2.5.1a

Grep 可以搜索文件中符合指定匹配模式的行。

预计编译时间: 0.1 SBU
所需磁盘空间: 4.5 MB
安装依赖于: Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Make, Sed, Texinfo

6.44.1. 安装 Grep

为编译 Grep 做准备:

./configure --prefix=/usr --bindir=/bin

编译软件包:

make

要测试结果,请运行: make check

安装软件包:

make install

6.44.2. Grep 的内容

安装的程序: egrep(链接到 grep), fgrep(链接到 grep), grep

简要描述

egrep

打印出匹配扩展正则表达式模式的行。

fgrep

对固定字符串列表进行匹配。

grep

对基本正则表达式进行匹配。