No.

i...@iso2:~/Desktop$ grep import IDS_targets.py 
import MySQLdb
import socket
import getpass
import datetime

i...@iso2:~/Desktop$ grep import -o IDS_targets.py 
import
import
import
import


On Wed, 24 Mar 2010 13:33 -0500, "Marco Peereboom" <sl...@peereboom.us>
wrote:
> huh?
> 
> didn't you just grep for that?
> 
> On Wed, Mar 24, 2010 at 07:00:06PM +0200, Gregory Edigarov wrote:
> > Hello Everybody,
> > 
> > Just wonder how could one implement what gnu grep -o flag does using
> > our toolchain? 
> > 
> > from ggrep(1):
> > 
> >  -o, --only-matching
> >               Show  only the part of a matching line that matches
> >               PATTERN.
> > 
> > 
> > -- 
> > With best regards,
> >     Gregory Edigarov

Reply via email to