grep is a command-line utility for searching plaintext datasets for lines that match a regular expression. Its name comes from the ed command g/re/p (global...
16 KB (1,523 words) - 13:13, 10 November 2024
option. For example, GNU grep has the following options: "grep -E" for ERE, and "grep -G" for BRE (the default), and "grep -P" for Perl regexes. Perl...
97 KB (8,903 words) - 05:06, 19 December 2024
Agrep (redirect from Approximate grep)
agrep (approximate grep) is an open-source approximate string matching program, developed by Udi Manber and Sun Wu between 1988 and 1991, for use with...
4 KB (316 words) - 19:40, 17 October 2021
reviewed using standard text-manipulation tools such as more, tail, less or grep. Size of the dmesg buffer is limited and the output is often captured in...
6 KB (546 words) - 15:40, 8 July 2024
Belle (chess machine) UTF-8 Plan 9 from Bell Labs Inferno (operating system) grep Endgame tablebase Go Awards IEEE Emanuel R. Piore Award (1982) Turing Award...
26 KB (2,529 words) - 20:06, 26 November 2024
PDFs from the command line, using the utility grep, for instance. Example: pdftotext file.pdf - | grep string Poppler partially supports annotations and...
9 KB (752 words) - 01:05, 2 September 2024
Gotwar Roller Erik† Gunwar the Fair Alfhild Frode* Hanund Grep 11 other brothers (two named Grep) Hythin, King of Tellemark Alf Eyfura Arngrim Grubb Hiarn*...
25 KB (3,322 words) - 15:17, 10 November 2024
Thompson's grep, which Doug McIlroy cites as what "ingrained the tools outlook irrevocably" in the operating system, with later tools imitating it. grep at its...
7 KB (776 words) - 01:49, 25 July 2023
string "key" (grep), and view the result in a scrolling page (less), a user types the following into the command line of a terminal: ls -l | grep key | less...
19 KB (2,328 words) - 03:16, 16 November 2024
find . -name "*.foo" | parallel grep bar The above is the parallel equivalent to: find . -name "*.foo" -exec grep bar {} + This searches in all files...
5 KB (408 words) - 14:46, 23 October 2024
run correctly. watch [options] command [command options] watch "ps -e | grep php" This will generate a list of processes every two seconds, filter for...
3 KB (276 words) - 14:03, 4 December 2024
pattern matching software like grep or any other automated search tool. Also known as vgrep or ogrep, i.e., "visual/optical grep". See also vdiff. "Eyeballing"...
5 KB (613 words) - 08:41, 2 December 2024
facilitate local searching of the database using sophisticated tools such as grep. Import and export of data Core dump Databases Database management system...
2 KB (152 words) - 17:39, 24 October 2024
versions of grep support a -H flag that forces the file name to be printed.) GNU grep can be used on its own to perform this task: $ grep -r 'search string'...
24 KB (2,917 words) - 19:10, 2 November 2024
saying from the Jargon File is that "You can't grep dead trees", which comes from the Unix command grep, which searches the contents of text files. This...
4 KB (559 words) - 09:29, 8 January 2024
the vertical bar character. For example: grep -i 'blair' filename.log | more where the output from the grep process (all lines containing 'blair') is...
26 KB (3,038 words) - 21:13, 13 December 2024
"Regular Expressions in Grep (Regex)". linuxize.com. March 11, 2020. Retrieved December 17, 2024. "Sculpting text with regex, grep, sed and awk". matt.might...
119 KB (10,933 words) - 05:57, 19 December 2024
Gotwar Roller Erik† Gunwar the Fair Alfhild Frode* Hanund Grep 11 other brothers (two named Grep) Hythin, King of Tellemark Alf Eyfura Arngrim Grubb Hiarn*...
3 KB (259 words) - 17:05, 8 November 2024
following command using the objdump and grep utilities as alternative: user@home ~/ $ objdump -p /path/program | grep NEEDED user@home ~/ $ ldd /usr/bin/mp3blaster...
3 KB (310 words) - 12:46, 16 January 2023
interprocedural or interfile analysis. The name is a combination of semantic and grep, referring to semgrep being a text search command-line utility that is aware...
9 KB (787 words) - 14:37, 1 November 2024
from the original on 1 December 2017. Retrieved 23 January 2018. "Building GrepTheWeb in the Cloud, Part 1: Cloud Architectures". Developer.amazonwebservices...
87 KB (8,336 words) - 06:13, 13 December 2024
Gotwar Roller Erik† Gunwar the Fair Alfhild Frode* Hanund Grep 11 other brothers (two named Grep) Hythin, King of Tellemark Alf Eyfura Arngrim Grubb Hiarn*...
9 KB (1,240 words) - 09:54, 9 November 2024
guardian angel. Submitted for your approval, the case of one Miss Agnes Grep, put on Earth with two left feet, an overabundance of thumbs and a propensity...
6 KB (796 words) - 17:35, 30 April 2024
bin | grep main.: -A20 This performs disassembly on the file «file.bin», with the assembly code shown in Intel syntax. We then redirect it to grep, which...
3 KB (373 words) - 15:05, 25 October 2024
ngrep (network grep) is a network packet analyzer written by Jordan Ritter. It has a command-line interface, and relies upon the pcap library and the GNU...
6 KB (668 words) - 17:33, 20 May 2023
evolved as the natural successor to the popular grep command. The original motivation was an analogue of grep (g/re/p) for substitution, hence "g/re/s". Foreseeing...
21 KB (2,638 words) - 13:02, 29 November 2024
Gotwar Roller Erik† Gunwar the Fair Alfhild Frode* Hanund Grep 11 other brothers (two named Grep) Hythin, King of Tellemark Alf Eyfura Arngrim Grubb Hiarn*...
4 KB (608 words) - 12:08, 4 December 2024
Norwegian). NHF. Retrieved 20 December 2024. "André fikk muligheten, og grep den til fulle. Nå går drømmen i oppfyllelse" (in Norwegian). Sandefjords...
3 KB (107 words) - 12:11, 20 December 2024
Framework, or textual languages. For instance, the command line utility grep has a regular expression syntax which matches patterns in lines of text....
32 KB (3,810 words) - 06:51, 22 December 2024
input from standard input into arguments to a command. Some commands such as grep and awk can take input either as command-line arguments or from the standard...
14 KB (1,703 words) - 18:08, 5 September 2024