The UNIX and Linux Forums  

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



Thread: replace chars,
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 02-27-2007
Jairaj Jairaj is offline
Registered User
 

Join Date: Feb 2007
Posts: 5
Thanks.

Actually my doubt is :

Ex: abcdefesfe98765ksksksksk
i87838383akmsm3939398*

Now i want to replace the chars 10 - 15 position as X in this 2 lines.

Output shd be:
abcdefesfeXXXXXksksksksk
878383833XXXXX3939398*
Reply With Quote