How are \\r and \\n different? I think it has something to do with Unix vs. Windows vs. Mac, but I\'m not sure exactly how they\'re different, and
\\r
\\n
"\n" => Newline or Linefeed (semantics)
Unix based systems use just a "\n" to end a line of text.