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 04-23-2009
pgmfourms pgmfourms is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 14
Exclamation Removing ^M from a file

i have a file that has ^M character at the end of each line
there are atleast 150 files like this and i want to remove the special character(^M) .
i want a script which does this which takes filename as an argument.
Please help in this regards.