The UNIX and Linux Forums  

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



Thread: changing format
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-31-2008
KevinADC KevinADC is offline
Registered User
 

Join Date: Jan 2008
Posts: 338
I should have used tr/,/ / in my above suggestion too. Much more efficient than s/,/ /g
Reply With Quote