[ale] sed regexp question

Mel Burslan mel.burslan at s1.com
Tue Jul 10 15:43:44 EDT 2001




If you have any experience in perl, I would suggest that you use perl.
String manipulation capabilities of perl is far superior to that of
regular unix commands like sed and awk. Well, maybe not too superior but
once you got the hang of it, they are pretty easy.


Christopher Bergeron wrote:
> 
> That would only get websites that start with www;  I can't predict all the
> possible names that might arise.  i do know that the url is always encoded
> in a page as:
> 
> <A HREF="http://xxx.pornsite.com/pictures1.html/">
> 
> so, all I need to do is take everything between the "http:// and the ">
> 
> any suggestions?
> 
> would SED or GREP be better suited for this, and even better, what is the
> way to do it?!
> 
> thanks again for all the leads...
> 
> Christopher Bergeron
> Systems Administrator
> Full Line Distributors
> (770) 416-4237
> mis at fullline.com
> 
> > -----Original Message-----
> > From: I. Herman [mailto:izzmo at mediaone.net]
> > Sent: Tuesday, July 10, 2001 1:41 PM
> > To: Christopher Bergeron
> > Subject: Re: [ale] sed regexp question
> >
> >
> > what's the html file?  You can try:
> >
> > cat whatever.html | grep http | grep www
> >
> > or something like that...not sure what you are trying to do...i'm not
> > familiar w/ sed
> >
> >
> >
> 
> --
> To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.

-- 
+--------------------------------------------------------+        ___
| Mel Burslan, System Administrator - CEL, S1 Atlanta    |       <  /
| 3390 Peachtree Road, Suite 1500 Atlanta, GA 30326-1108 |   ___ / /
| Voice: +1 404 812 6205  **  Fax: +1 404 812 6570       |  / __/_/
| e-mail: melih.burslan at s1.com ** URL http://www.s1.com  | _\ \
+--------------------------------------------------------+/___/
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.





More information about the Ale mailing list