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 > Misc > sed question

Forgot Password?
 Misc   Any questions or Linux discussion that does not fit in any of the other technical areas.

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 4 Weeks Ago   #1 (permalink)
Just Joined!
 
Join Date: Oct 2009
Posts: 4
sed question

Hi,

Easy question hopefully. I have a file with the contents

foo
foo

bar
bar
bar

foo
foo

And I want to add a line 'a pointless line' after the last line containing the string bar. How would I do this with sed ?

I managed :

sed ' /bar/ a\
a pointless line' < ./foobar.txt

which prints :

foo
foo

bar
a pointless line
bar
a pointless line
bar
a pointless line

foo
foo


So not quite the desired effect as I only wanted it to print:

foo
foo

bar
bar
bar
a pointless line

foo
foo
ed91270 is offline  


Reply With Quote
Old 3 Weeks Ago   #2 (permalink)
Linux Newbie
 
Join Date: Jan 2008
Location: Canada
Posts: 102
Hi ed91270
Hi. It would appear to me that if you want to parse a file and enter a line, as you mention after the last instance of <bar>, you must parse the file twice. Once to locate the last line where the <bar> occurs, possible by line number, and second pass insert your <line> at Line Number + one. Not sure how else you could know where the last instance of <bar> is located. Not sure this helps much. Cheers...
Robert
robertdaleweir 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 05:18 AM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2