The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > OS X (Apple)
Google UNIX.COM



Thread: vi
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 04-10-2008
Al Winfrey Al Winfrey is offline
Registered User
 

Join Date: Dec 2007
Posts: 1
I've been using this to remove the annoying ^M from dos files:

col -bx <dosfile> newfile

and I'm pretty sure it works under OS X.

al
....
Reply With Quote