[ 源代码: grep ]
软件包:grep(3.8-5) [必备]
GNU grep、egrep 和 fgrep
“grep”是用于在文件中搜索文字的工具,它可能在命令行或脚本中使用。就算您不 打算使用它,系统上的其它软件包也可能会用到。
GNU 家族的 grep 工具大概是速度最快的 grep,基于 fast lazy-state deterministic matcher (速度大约是老 Unix grep 的两倍) 和 Boyer-Moore-Gosper 技术,在通过正 则表达式搜索一个固定字串时,可以事先淘汰掉不可能匹配上的文字而无须逐字检查。 结果通常会比 Unix grep 或 egrep 要快许多倍。然而,当正则表达式包含追溯前段内 容 (即 backreferencing) 时会慢很多。
其他与 grep 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libpcre2-8-0 (>= 10.32)
- 新版 Perl 兼容的正则表达式库 - 8比特运行时文件
-
- dep: dpkg (>= 1.15.4)
- Debian 软件包管理系统
- 或者 install-info
- Manage installed documentation in info format