The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to insert text in the middle of a file kartikkumar84@g UNIX for Dummies Questions & Answers 6 05-10-2008 11:35 AM
How to insert the 1st arg into the middle of the file boris Shell Programming and Scripting 4 04-12-2007 09:21 PM
How to insert text into first line of the file and middle of the file? ali hussain Shell Programming and Scripting 3 03-05-2007 01:54 AM
insert text into the middle of a original file mopimp Shell Programming and Scripting 1 03-26-2006 07:11 AM
how to insert and delete characters in the middle of file ivancheung High Level Programming 7 10-11-2004 12:08 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-13-2008
Registered User
 

Join Date: Mar 2008
Posts: 6
insert text in the middle of a file

I want to insert a text into the middle of a file
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 03-13-2008
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,861
Assume the middle of the file is line 3, this adds a line just after line 2, that becomes the new line 3, old line 3 becomes 4, and so on:
Code:
sed '/2/a\
text to insert'  oldfile > newfile
Reply With Quote
  #3 (permalink)  
Old 03-13-2008
Registered User
 

Join Date: Mar 2008
Posts: 6
Thanks

Thanks, but i dont want to use sed or awk
Reply With Quote
  #4 (permalink)  
Old 03-13-2008
Moderator
 

Join Date: Feb 2007
Posts: 1,975
Is this a homework question? If not, what is the real world problem?

Regards
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 06:20 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0