music
OSdata.com: programming text book

OSdata.com

grep

summary

����This subchapter looks at grep, a UNIX (and Linux) command.

free book on UNIX/Linux System Administration

Teach Yourself UNIX/Linux System Administration and Shell Programming

free computer programming text book project

table of contents
If you like the idea of this project,
then please donate some money.
more information on donating

Google

grep

����This subchapter looks at grep, a UNIX (and Linux) command.

����grep is used to find a regular expression in a file.

other

����On November 8, 2010, Ramesh Natarajan named this the number two (2) most frequently used UNIX/Linux command at this web page 50 Most Frequently Used UNIX / Linux Commands (With Examples).

����In June 2009, Ken Milberg named this command as one of the Top 50 universal UNIX commands at this web page Top 50 Universal INIX commands. Note that this web page requires agreeing to be spammed before you can read it.

�����grep is for locating content within files using regular expressions to control what is selected. GNU Grep has many more capabilities than the traditional or POSIX versions of Grep.� �Jonathan Leffler

�����