B balanga Nov 7, 2022 #1 When using script to record screen output, I get DOS lf's. Is there any way control this? Or should I pipe output through dos2unix ? Just noticed that I can't find a dos2unix pkg.... I know I have installed it in the past.
When using script to record screen output, I get DOS lf's. Is there any way control this? Or should I pipe output through dos2unix ? Just noticed that I can't find a dos2unix pkg.... I know I have installed it in the past.
_martin Nov 7, 2022 #2 Either converters/unix2dos or converters/dosunix. Or in vi : %s/^M//g where ^M is done by pressing ctrl-v ctrl-m.
Either converters/unix2dos or converters/dosunix. Or in vi : %s/^M//g where ^M is done by pressing ctrl-v ctrl-m.