line carriage return characters

Hi,

I would like to insert the line carriage retrun characters on each line.

ux2dos or unix2dos (depending your unix flavour...) utilities are for that purpose...

try this

# sed 's/$/\r/g' file>newfile