REBOL [
    Title:   "Convert Line Terminators"
    Date:    4-June-1998
    Author:  "Carl Sassenrath"
    File:    %reline.r
    Purpose: {
        Convert all line terminators to those used by the
        local computer.  Works for PC, Mac, Unix, Amiga, and
        all others
    }
    Category: [file 1]
]

file: to-file ask "Filename? "

write file read file