On 2018-05-17 22:50, Adrian Grigore wrote: > How would you have other tools like cat(1) or ls(1) handle them?
Through the $FS and $RS environment variables. So you can do `FS=\xHH ls` (where HH is the hex code for the ASCII field separator). The ls in usul handles that. -- Raphaël