look up anything, like your first name:
1. grep
"To search" - Derives from the standard Unix search utility of the same name.
Please grep the movie listings to see what time the movie starts.
by Bri Mar 9, 2004 add a video
2. grep
Grep is a UNIX/LINUX utility that searches the named input FILE/s for lines containing a match to the
given PATTERN.
dmesg | grep -i 'usb'

here the dmesg command is piped through grep to extract any patterned data matching 'usb'. The -i switch is used to tell grep to ignore the case of the letters 'usb'.
by inspire_d Mar 3, 2004 add a video
3. grep
To find a pattern in a given input.

grep "pattern" FILE

Or:

"I grep'd your product's manual, but found nothing about 'what to do if product is on fire'."
by Josh Jan 17, 2003 add a video
rss and gcal