Copying Text Files from Windows to Linux

Windows and Linux have slightly different text file formats. Windows text documents end every line with both a "carriage return" (CR) and a "line feed" (LF) character. Linux uses the line feed character by itself, so you need to remove the carriage returns when you copy Windows format text files to a Linux computer. (Macintosh computers traditionally use just the carriage returns, so a conversion might also be needed for Mac text files.)