Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Programming & Scripting > How to extract pattern substring from a line

Forgot Password?
 Linux Programming & Scripting   C, Perl, PHP, Bash Scripts, anything programming or script related post in here!

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 11-12-2008   #1 (permalink)
Linux Newbie
 
imranka's Avatar
 
Join Date: Dec 2007
Location: Hyderabad
Posts: 134
How to extract pattern substring from a line

How can I extract the

Quote:
/staticfiles/NGS/Shared/StaticFiles/Photography/Images/POD/u/underwater-doubilet-697088-ga.jpg
part from the line:

Quote:
<td class="body"><a href="/photography/enlarge/underwater-doubilet_pod_image.html"><img alt="Photo: Eel blenny peeking out of coral" src="/staticfiles/NGS/Shared/StaticFiles/Photography/Images/POD/u/underwater-doubilet-697088-ga.jpg"></a></td>
?

Note: The pattern string is constant upto
Quote:
/staticfiles/NGS/Shared/StaticFiles/Photography/Images/POD/
The rest of it changes.

Thank you.
__________________
Imran
Linux User #467555 | Kubuntu 7.10 | Intel(R) Core(TM)2 Duo CPU 4500 @ 2.20GHz | 1 GB RAM | 160 GB SATA

Last edited by imranka; 11-12-2008 at 07:04 AM.. Reason: typo
imranka is offline  


Reply With Quote
Old 11-12-2008   #2 (permalink)
Linux Newbie
 
imranka's Avatar
 
Join Date: Dec 2007
Location: Hyderabad
Posts: 134
With cut I managed that:

Quote:
echo $line|cut -d= -f5|cut -d\" -f2
__________________
Imran
Linux User #467555 | Kubuntu 7.10 | Intel(R) Core(TM)2 Duo CPU 4500 @ 2.20GHz | 1 GB RAM | 160 GB SATA
imranka is offline   Reply With Quote
Old 11-15-2008   #3 (permalink)
Linux Newbie
 
Join Date: May 2008
Location: NYC, moved from KS & MO
Posts: 244
echo $line | awk -F 'src="|"></a>' '{print $2}'
secondmouse is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 10:47 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2