Tag Archives: nul

bash lore: how to properly parse NUL separated fields

As a lot of other part of bash, this is black magic. Lets suppose a friendly command that spits out NUL separated fields (as find -print0, shyaml get-values-0, ...). Which - may I insist - is the recommended way to …

Read more »