20080312

Remove ^M in files

After transfering files from the Windows/DOS world, you somtimes get ^M at the end of each line. To remove:

tr -d \\r < dosfile > newfile

No comments: