The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-29-2008
prashant43's Avatar
prashant43 prashant43 is offline
Registered User
  
 

Join Date: Jan 2008
Location: Bangalore
Posts: 31
Question How to replace all entries of comma in text file by space or other character

Hi ,

How to replace all entries of comma in text file by space or other character.

cat temp.txt
A,B,C,D

I want this file to be like
A B C D

Please help!!!