Common Errors - ctrl M

From Rizzo_Lab
Revision as of 11:37, 25 February 2009 by Rashigoyal (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Control M

Windows puts ^M at the end of the lines which makes the files incompatible with unix (especially paste -d',' command. Use the perl script to remove the ^M.

perl -pi -e 's/\r//g' filename