Remove Carriage Returns
Simple command to remove carriage returns from files saved with windows line endings
sed -i 's/\r//g' *.*
Simple command to remove carriage returns from files saved with windows line endings
sed -i 's/\r//g' *.*