Also add an example of how totally on Unix one can achieve the same effects as $ perl -pe 's/$/\r/' LF.txt > CRLF.txt $ perl -pe 's/\r$//' CRLF.txt > LF2.txt
(Getting the same results as: $ sum *LF* 22600 1 CRLF.txt 10191 1 LF.txt 10191 1 LF2.txt $ file *LF* CRLF.txt: ASCII English text, with CRLF line terminators LF.txt: ASCII English text LF2.txt: ASCII English text) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]