Congratulations you found import!
On Wed, Mar 24, 2010 at 02:52:31PM -0400, Brad Tilley wrote:
> 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