I've knocked up a script that prints its results to a text file, one entry per line. Out of sheer habit I was using the unix \n character to end each line, forgetting that this file was destined for use on a Windows box.
Problem is, I can't remember the escape sequence to use for EOL in Windows. Can anyone enlighten me?