Re: [dev] ASCII Delimited Text

From: Raphaël Proust <sub_AT_bnwr.net>
Date: Fri, 18 May 2018 08:51:18 +0800

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
Received on Fri May 18 2018 - 02:51:18 CEST

This archive was generated by hypermail 2.3.0 : Fri May 18 2018 - 03:00:21 CEST