[arch-general] Impossible redirect console buffer to log
Maykel Franco
maykeldebian at gmail.com
Sun Mar 3 09:52:54 UTC 2019
El sáb., 2 mar. 2019 a las 10:23, Ralph Corderoy
(<ralph at inputplus.co.uk>) escribió:
>
> Hi Maykel,
>
> > Now only remove ^M character from log files in buffer time but this
> > not working:
> >
> > script -f -c '/usr/local/bin/cccam -d' mylogfile.log | sed 's/^M//g'
>
> script(1) writes to mylogfile.log, sed sees no input.
> This will remove the carriage returns at the end of lines once script
> has finished.
>
This not working. Not quit the end file log character "^M"
> script -f -c '/usr/local/bin/cccam -d' mylogfile.log
> sed -i 's/\r$//' mylogfile.log
>
> > https://github.com/ryanfox1985/docker-cccam/blob/master/CCcam.x86_64
>
> It's an executable, no source, no documentation to suggest what it will
> do, so I'm not going to run it. :-)
Yes, I know.
>
> --
> Cheers, Ralph.
More information about the arch-general
mailing list