cat outt.log | perl -pe 's/\x07/<BEL>/g;s/\r\n/LINEBREAK/g;s/\r/<CR>\n/g;s/LINEBREAK/\n/g' > postproc.txt
