The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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 and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Help with Fixed width File Parsing sate911 UNIX Desktop for Dummies Questions & Answers 4 05-19-2008 11:18 AM
Extracting records with unique fields from a fixed width txt file sitney Shell Programming and Scripting 8 02-10-2008 03:18 AM
Converting field into fixed width csv videsh77 UNIX for Advanced & Expert Users 1 11-02-2007 05:30 PM
adding delimiter to a fixed width file sumeet Shell Programming and Scripting 2 03-21-2007 10:19 AM
Fixed Width file using AWK alok.benjwal UNIX for Dummies Questions & Answers 2 12-05-2005 11:39 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-09-2008
dsravan dsravan is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 188
Changing particular field in fixed width file

I have a fixed width file and i need to change 36th field to "G" in for about random 20 records? How can I do it?
  #2 (permalink)  
Old 02-11-2008
sysgate's Avatar
sysgate sysgate is offline Forum Advisor  
Unix based
  
 

Join Date: Nov 2006
Location: Bulgaria
Posts: 1,318
Since I'm not sure what exactly you mean, here's a list of sed-one-liners, I hope you'll find what you looking for.
  #3 (permalink)  
Old 02-11-2008
quintet quintet is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 94
sed '4,6 s/\(.\{35\}\)./\1G/' temp.txt>sample.txt

This will modify the 36th character from line number 4-6 (u can modify it for 20 lines)

hope this helps
  #4 (permalink)  
Old 02-11-2008
dsravan dsravan is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 188
can you let me know where i should give the character to what it needs to be modifed too.
  #5 (permalink)  
Old 02-11-2008
quintet quintet is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 94
sed '4,6 s/\(.\{35\}\)./\1G/' temp.txt>sample.txt

change the value of G to the one u want
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate 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

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




All times are GMT -4. The time now is 09:42 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0