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

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Replacing a character string in a file rjsha1 Shell Programming and Scripting 13 04-11-2009 02:07 PM
replacing 1 character with many : tr hkansal UNIX for Dummies Questions & Answers 16 11-09-2008 06:21 PM
replacing enter character in LINUX liav Linux 3 09-23-2008 07:34 AM
Replacing the last character ithirak17 UNIX for Dummies Questions & Answers 2 03-11-2008 10:24 AM
Replacing character in file with null value HLee1981 Shell Programming and Scripting 18 07-18-2006 02:33 PM

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

Join Date: Feb 2008
Posts: 85
Post replacing a character with another

hi
i have a file and reading line by line, i need to replace 8-15 and 18-27 charaters with character 'x'.
Eg: satyasatxxxxxxxsatxxxxxxxxxtyasatyasatyasatyasatyasatya

please help

thanks
Satya
  #2 (permalink)  
Old 10-23-2008
joeyg's Avatar
joeyg joeyg is offline Forum Staff  
modérateur
  
 

Join Date: Dec 2007
Location: Home of 17-time world champion Boston Celtics
Posts: 1,311
Wink changed your x to z so you can see


Code:
> echo "satyasatxxxxxxxsatxxxxxxxxxtyasatyasatyasatyasatyasatya"
satyasatxxxxxxxsatxxxxxxxxxtyasatyasatyasatyasatyasatya
> echo "satyasatxxxxxxxsatxxxxxxxxxtyasatyasatyasatyasatyasatya" | awk '{print substr($0,1,7)"zzzzzzzz"substr($0,16,2)"zzzzzzzzzz"substr($0,28,100)}'
satyasazzzzzzzzsazzzzzzzzzztyasatyasatyasatyasatyasatya
>

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 06:46 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