From: Lady Date: Thu, 2 May 2024 05:48:21 +0000 (-0400) Subject: Improve xargs handling X-Git-Tag: 0.8.1~1 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/c37b4d6b8b17a0e2b0f6a8edd54eec025eb9a9d7?ds=sidebyside;hp=c37b4d6b8b17a0e2b0f6a8edd54eec025eb9a9d7 Improve xargs handling - Always specify -E '' to disable end‐of‐file handling - Quote standard input before passing it thru to xargs, and eliminate usage of the nonstandard `-0` option - Get rid of xargs where it isn’t strictly required, to avoid line length limits ---