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
unix script to takes the old data from a TXT file and compress them into new file vpandey Shell Programming and Scripting 2 03-05-2008 07:10 AM
replace space with delimiter in whole file -perl meghana Shell Programming and Scripting 11 02-19-2008 05:35 PM
replace the last delimiter jisha Shell Programming and Scripting 4 01-28-2008 02:26 AM
How to replace the string in unix file? param_it UNIX for Dummies Questions & Answers 5 06-26-2007 06:06 AM
how to replace certain patterns in a file thru unix!! mexx_freedom UNIX for Dummies Questions & Answers 6 08-31-2001 07:48 AM

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-22-2006
Registered User
 

Join Date: Feb 2006
Posts: 7
Exclamation replace delimiter : with '\001' in unix data file

HI

can any one tell me how to replace a delimiter : with another delimiter '\001' it is a non printable octal character.

thanks in adv

spandu
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 04-22-2006
Registered User
 

Join Date: Feb 2006
Posts: 7
actually this need to done on a unix data file
Reply With Quote
  #3 (permalink)  
Old 04-22-2006
vgersh99's Avatar
Moderator
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 2,999
look into 'man tr'
Reply With Quote
  #4 (permalink)  
Old 04-22-2006
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,502
Code:
tr -s ':' '\001' <somefile >newfile
Reply With Quote
  #5 (permalink)  
Old 04-25-2006
Registered User
 

Join Date: Feb 2006
Posts: 7
thanks a lot
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 10:17 PM.


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

Content Relevant URLs by vBSEO 3.2.0