软件包:grep(3.8-5) [必备]
GNU grep, egrep and fgrep
'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will.
The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.)
其他与 grep 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libpcre2-8-0 (>= 10.32)
- New Perl Compatible Regular Expression Library- 8 bit runtime files
-
- dep: dpkg (>= 1.15.4)
- Debian package management system
- 或者 install-info
- Manage installed documentation in info format