Stuff…

I know I will forget.

Stuff… header image 4

Entries Tagged as 'One Liners'

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

[Read more →]

Tags: Coding · One Liners · Operating System