DOS saves text files differently to Linux. If you write a text file in Windows and then open in in Linux, you may see a ^M on the end of each line. This is just the way that Windows tells your text editor that the line has finished. It's the character th…
more »