Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xargs: add -0 flag #288

Merged
merged 1 commit into from
Oct 11, 2023
Merged

xargs: add -0 flag #288

merged 1 commit into from
Oct 11, 2023

Commits on Oct 11, 2023

  1. xargs: add -0 flag

    * The -0 option to xargs is provided by FreeBSD, NetBSD, OpenBSD and GNU
    * Tested against the output of "find . -print0"
    * While here add strict (code was already compliant)
    mknos authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    95bfdc5 View commit details
    Browse the repository at this point in the history