Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-29-2006, 02:45 AM
|
#1
|
|
LQ Newbie
Registered: Sep 2006
Posts: 5
Rep:
|
Inserting spaces using SED/AWK ?
Hi All,
I have a requirement to insert two spaces in a file.
The file is of size 350 mb.
The file has 182 characters in each line and i need to insert spaces in positions 174 and 175.The rest of the file content should not be altered .
After inserting the spaces, there should be 184 characters in each line, including spaces.
I am new to unix programming.Please help.
Thanks in advance,
Aravind
|
|
|
|
09-29-2006, 03:07 AM
|
#2
|
|
Senior Member
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,052
Rep: 
|
hello aravindts. please try this command.
# cat FILE | sed -i s/"^.\{173\}"/"& "/ > OUTPUTFILE
or to modify directly
# sed -i s/"^.\{173\}"/"& "/ FILE
|
|
|
|
09-29-2006, 04:22 AM
|
#3
|
|
LQ Newbie
Registered: Sep 2006
Posts: 5
Original Poster
Rep:
|
thnx Konsolebox,
i tried your way it says illegal option -i
any other way you know ??
|
|
|
|
09-29-2006, 05:04 AM
|
#4
|
|
Senior Member
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,052
Rep: 
|
perhaps you're using an old version of sed sorry about my first statement. it should be
# cat FILE | sed s/"^.\{173\}"/"& "/ > OUTPUTFILE
|
|
|
|
09-29-2006, 05:28 AM
|
#5
|
|
LQ Newbie
Registered: Sep 2006
Posts: 5
Original Poster
Rep:
|
Konsolebox,(I would love to know your real name :-) )
This works.
Thank you very much.
Regards,
Aravind
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:07 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|