The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 09-10-2007
Serious Sam Serious Sam is offline
Registered User
 

Join Date: Aug 2007
Posts: 14
Hi All -

I have used the below code..,

Code:
sed 's/,/<<press tab>>/g' test.txt > output.txt
And that did the click!!! Thank u all 4 helping
Reply With Quote