From: Hermit (virus@hermit.net)
Date: Fri Oct 03 2003 - 12:54:23 MDT
[Blunderov]
OK I'll bite. What's a grep?
Best Regards
[hr]
GREP(1) GREP(1)
NAME
grep, egrep, fgrep - print lines matching a pattern
SYNOPSIS
grep [options] PATTERN [FILE...]
grep [options] [-e PATTERN | -f FILE] [FILE...]
DESCRIPTION
Grep searches the named input FILEs (or standard input if no files are
named, or the file name - is given) for lines containing a match to the
given PATTERN. By default, grep prints the matching lines.
In addition, two variant programs egrep and fgrep are available. Egrep
is the same as grep -E. Fgrep is the same as grep -F.
[hr]
/me bows
Source : Unix Documentation
---- This message was posted by Hermit to the Virus 2003 board on Church of Virus BBS. <http://virus.lucifer.com/bbs/index.php?board=54;action=display;threadid=29437> --- To unsubscribe from the Virus list go to <http://www.lucifer.com/cgi-bin/virus-l>
This archive was generated by hypermail 2.1.5 : Fri Oct 03 2003 - 12:56:44 MDT