On 18/05/18 07:49, Daniel Kahn Gillmor wrote: > So i'm proposing a flag -z, --zero-terminated for these tools that > alters the output (and input) format, to use NUL chars instead of > newlines. presumably when that flag is used, the emitted data should > *not* be backslash-escaped.
This is a good suggestion I think. `...sum | sort` is a common operation for example. I'll do this for the upcoming release. cheers, Pádraig
