grep – English Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot      984 Results   70 Domains
  home.arcor.de  
RS Reporter (Borland’s Turbo GREP Erweiterung)
One extension for the Borland's Global Reporter (GREP).
  3 Hits www.granviu.com  
grep
defaults
  3 Hits www.marcmoini.com  
grep
defaults
  www.akamai.com  
codesign -dvv netsession_mac 2>&1 | grep ^Authority | head -n 1
Software that helps deliver faster, more reliable downloads on demand
  www.turbomedia.io  
Keywort-Suchen und REguläre Ausdrücke (GREP)
How to conduct keyword searches and advanced searches using GREP
  www.atc-pharma.be  
modprobe -r dabusb && rm -f $(modprobe -l | grep dabusb) && depmod -a
Download the latest stable usermode package (source code or a package for your distrubution) on this page:
  5 Hits www.gxsyc.net  
/usr/src/Asm/nasm/nasm -felf -olib4th.o lib4th.asm 2> lib4th.asm.log cat lib4th.asm.log|grep -v warning && rm lib4th.o || rm lib4th.asm.log
It fails completely w/ bigger and more complex sources, e.g. "lib4th", due to "optimizing" and, generating no listing, at all, nor any other means to checking those countless "errors".
  8 Hits support.kaspersky.com  
Linux/FreeBSD Tools: which (für die Programminstallation), awk, grep, sed.
Hardware requirements (for a mail server with about 200 MB of traffic per day):
  8 Hits tupiniers.com  
# Comment Package: grep Essential: yes Priority: required Section: base Maintainer: Wichert Akkerman Architecture: sparc Version: 2.4-1 Pre-Depends: libc6 (>= 2.0.105) Provides: rgrep Conflicts: rgrep Description: GNU grep, egrep und fgrep.
# Comment Package: grep Essential: yes Priority: required Section: base Maintainer: Wichert Akkerman Architecture: sparc Version: 2.4-1 Pre-Depends: libc6 (>= 2.0.105) Provides: rgrep Conflicts: rgrep Description: GNU grep, egrep and fgrep. 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).