grep
Home > SOA Definitions - Grep
SearchSOA.com Definitions (Powered by WhatIs.com)
EMAIL THIS
LOOK UP TECH TERMS Powered by: WhatIs.com
Search listings for thousands of IT terms:
Browse tech terms alphabetically:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

grep



Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   

DEFINITION - Grep, a Unix command and also a utility available for Windows and other operating systems, is used to search one or more files for a given character string or pattern and, if desired, replace the character string with another one. For example, a UNIX system user can enter on a command line:

grep html homepage.htm

html specifies the character string to search for on each line. homepage.htm specifies the file to search. The result would be to display any line in the homepage.htm file that includes the character string html. The entire line is displayed.

grep can be used simply as a way of searching, especially through multiple files. (In the above command, we could have specified additional files besides homepage.htm.) It can also be used to search for word or string occurrences that need to be replaced. If you are not sure exactly what the effect might be of making the replacement, grep identifies the lines and you can decide what further action to take for each occurrence. grep can also be used as the first step in an automatic procedure to search and replace a word or phrase. The output from grep can be the input (perhaps using the UNIX pipe symbol) for a replacement command.

grep allows the string argument to be specified as a regular expression, which is a way of specifying a string that allows certain metacharacters (special keyboard characters such as the period) to stand for other characters or to further define the way the pattern-matching should work. For example:

grep ".*hood" essay1

would search the essay1 file and display every line containing a word with the string hood. The period (dot) indicates that any character may precede the string hood and the asterisk (*) says that any number of the "any characters" indicated by the dot can precede the string. (The quote marks around the string argument in this example are optional, but quotes are required where the argument is a phrase or contains a blank.)

grep originated from a UNIX text editor that provided a command sequence g/re/p for global/regular expression/print.

LAST UPDATED: 26 Sep 2002

Read more about grep:
- You can download any of several versions of grep for a Windows system by going to Shareware.com and searching for "grep."
- Funduc offers a Search and Replace utility for Windows systems.


Do you have something to add to this definition? Let us know.
Send your comments to techterms@whatis.com


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   




About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Reprints  |  Site Map




All Rights Reserved, Copyright 2001 - 2008, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts