You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Web Authoring
I need to grab all of the email addresses from a backup.sql file.
Find with find each string. I need just the email addresses.
How can I do this?
Thanks in advance!
Jan Erik Moström
unread,
Oct 6, 2010, 2:31:53 AM10/6/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web-au...@googlegroups.com
On Wed, Oct 6, 2010 at 07:49, webskipper <goo...@american-rc.com> wrote: > I need to grab all of the email addresses from a backup.sql file. > Find with find each string. I need just the email addresses. > > How can I do this?
Without knowing anything about how the file actually looks I would be searching for the "@" in email address and catch words before/after it. But it all depends on how the file looks like.