Outbound Link Summary:
Network 3000:
22 years ago

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.