Changes

Jump to navigation Jump to search
6 bytes added ,  16:51, July 3, 2008
m
bold - kind of reminds me of GREX
Line 1: Line 1: −
Grep is a command line utility originally created for the [[Unix]] operating system. It searches files for a word or pattern of characters.
+
'''Grep''' is a command line utility originally created for the [[Unix]] operating system. It searches files for a word or pattern of characters.
    
Its input is a list of files (or current directory by default) and a text string or set of [[regular expressions]].  Its output consists of lines of text in the given files that match the string or [[regular expressions]].  The name "grep" stands for "Global Regular Expression Parser."
 
Its input is a list of files (or current directory by default) and a text string or set of [[regular expressions]].  Its output consists of lines of text in the given files that match the string or [[regular expressions]].  The name "grep" stands for "Global Regular Expression Parser."
5,190

edits

Navigation menu