Outbound Link Summary:
21 years ago
p3k dots

dos-to-unix file conversion in bash (or sh) to get rid of the annoying ^M in dos files:

tr -d '\r' < original_filename > new_filename.

btw. most of the time these ^M characters are occuring in files that have been unzipped without the -a option.