script typescript

I've found the use of script() very useful for creating a log of output from a shell script, but it's annoying to have every line of output suffixed with a ^M line ending. Is there any way of preventing this?

I know that dos2unix (converters/unix2dos) will get rid of them, but is there an automatic way of tidying up typescript?
 
script(1)
Code:
BUGS
     The script utility places everything in the log file, including linefeeds
     and backspaces.  This is not what the naive user expects.
 
cant' get the clue around BUGS, echo cancelling is something "non-understandable" for me. I would be nice to ask some 'one' to 'walk through' already written "scripts", and make them human-readable "as-as was on original scripts screen producer console"
 
Back
Top