11-17-2006 01:38 PM
dos2unix
is filter used to convert plain texts from DOS (CR/LF) format to UNIX
format (LF) and vice versa. Aditionaly it can also handle files in Macintosh
format (CR) and convert them into other formats.11-17-2006 01:51 PM
11-17-2006 03:44 PM
This function converts new lines, or \n, in the format string into the platform-specific end-of-line character, for example, CR/LF on Windows, CR on Mac OS, and LF on Linux. If you do not want to convert the end-of-line character, use the Format Into String function and wire the resulting string output to the data input of the Write File function and set convert eol to FALSE.