public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] OT - grep: The -P option is not supported
@ 2006-10-25 18:51 Michael Sullivan
  2006-10-25 19:04 ` kashani
  2006-10-25 19:04 ` Bo Ørsted Andresen
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Sullivan @ 2006-10-25 18:51 UTC (permalink / raw
  To: gentoo-user

I have a script I wrote a couple of weeks ago.  Part of the script scans
email files and returns IP addresses found in them.  I did this with
this command:

cat * |  grep -Po "\[\d+\.\d+\.\d+\.\d+\]"

It worked fine right up until this afternoon.  Now I get this:

michael@bullet ~/spam $ cat * | grep -Po "\[\d+\.\d+\.\d+\.\d+\]"
grep: The -P option is not supported
michael@bullet ~/spam $

AFAIK, the only thing I've done between when it worked this morning and
when it didn't this afternoon is started an emerge -ND world on bullet.
Has anyone experienced this?  Should it go away on its own after the
emerge finishes, or is this functionality that has been phased out?
What can I do about it otherwise?

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-10-25 19:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 18:51 [gentoo-user] OT - grep: The -P option is not supported Michael Sullivan
2006-10-25 19:04 ` kashani
2006-10-25 19:04 ` Bo Ørsted Andresen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox