Paketname | grep |
Beschreibung | GNU grep, egrep and fgrep |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 2.5.4-4build1 |
Sektion | utils |
Priorität | required |
Installierte Größe | 1160 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 223868 Byte |
Prüfsumme MD5 | 9714ff32dfa3450ec0e9564a007b4460 |
Prüfsumme SHA1 | af4ba7d28471e5413353b428bd98a1aff862035d |
Prüfsumme SHA256 | 57db14cf0c72db2f9e609ef0e7e38108a91498d241bafa87e9facf59a077b52d |
Link zum Herunterladen | grep_2.5.4-4build1_i386.deb |
Ausführliche Beschreibung | '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.)
|