natv
Programmer
- Jun 5, 2007
- 3
Hi guys,
This is probably just a command and not a script that I need to use, but I'm trying to figure out how to do this.
I have a list of email addresses. I want to extract all the email addresses EXCEPT yahoo.com emails.
In other words, I want to strip out the yahoo.com emails (or reversely, grep out just the lines that do not have yahoo.com in them)
grep has an --exclude command that doesn't seem to be what I need.
Any ideas?
Thanks
Nat
This is probably just a command and not a script that I need to use, but I'm trying to figure out how to do this.
I have a list of email addresses. I want to extract all the email addresses EXCEPT yahoo.com emails.
In other words, I want to strip out the yahoo.com emails (or reversely, grep out just the lines that do not have yahoo.com in them)
grep has an --exclude command that doesn't seem to be what I need.
Any ideas?
Thanks
Nat