Stuff…

I know I will forget.

Stuff… header image 2

Remove ^M’s from a file or more

January 26th, 2009 · No Comments

How to remove ^M from within a file:

 perl -pi -e 'y/\015//d'filename

Tags: Coding · One Liners · Operating System

0 responses so far ↓

  • There are no comments yet...

Leave a Comment