I’ve written some tcl to run on Win2000 to parse a file line by line, do changes as required and write line by line to an output file. It works ok but I need the output file in unix rather than DOS format. In DOS format, lines are delimited by x0a x0d, whereas unix files use x0a only.