[PATCH] Add new xargs -N (--newline) option for newline-terminated input

2025-03-02 Thread Deven T. Corzine
Sorry, I didn't think to add [PATCH] to the subject line... Deven On Sun, Mar 2, 2025 at 5:05 AM Deven T. Corzine wrote: > The attached patch adds a new "-N" (or "--newline") option to xargs. This > is simply an alias for "-d'\n'" for convenience, since newline-terminated > lists of filenames

Add new xargs -N (--newline) option for newline-terminated input

2025-03-02 Thread Deven T. Corzine
The attached patch adds a new "-N" (or "--newline") option to xargs. This is simply an alias for "-d'\n'" for convenience, since newline-terminated lists of filenames are very common, not just from "find -print" but also from many other tools that don't offer null-terminated options like "find -pr

[bug #62259] find(1) manpage prune example error

2025-03-02 Thread Andrew Davis
Follow-up Comment #5, bug #62259 (group findutils): I was just looking to report this as well. I hope the patch to fix this glaring error in the manpage will be accepted soon. ___ Reply to this item at: