// "\r" is known as carriage return Typically on Windows, when you need to represent a line terminator use: "\r\n" whereas on Unix systems, "\n" is enough.