iDAQ dedicated server hosting and colocation
How to remove ^M from within a file:
perl -pi -e ‘y/\015//d’filename
[Read more →]
Tags: Coding · One Liners · Operating System