Skip to content

Conversation

jprorama
Copy link

This option is useful for working with files that have special characters like newlines embedded in them. It makes it it possible to pass this output to other downstream commands that can process null terminated strings, e.g. "parallel --null ..."

Added option string, new function MFU_PRED_PRINT0() and argument parsing to select this feature.

jprorama added 2 commits July 15, 2025 17:58
This option is useful for working with files that have special
characters like newlines embedded in them.  It makes it it possible
to pass this output to other downstream commands that can process
null terminated strings, e.g. "parallel --null ..."

Added option string, new function MFU_PRED_PRINT0() and
argument parsing to select this feature.
The null character wasn't showing up in the output because
it was included in the printf string format.
Had to add it as an explicit character to get \0 to be present
in the output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant