Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The issue can be fix by stripping null characters using the following command.
:::bash
tr -d '\000' < filein > fileoutThings on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The issue can be fix by stripping null characters using the following command.
:::bash
tr -d '\000' < filein > fileout