[bug #64491] Feature request: --exclude-vcs-ignores option in find

2023-07-29 Thread Sebastian Carlos
n Lock: Any Fixed Release: None ___ Follow-up Comments: --- Date: Sun 30 Jul 2023 05:54:15 AM UTC By: Sebastian Carlos Hello, It would be nice to have an option to exclude the

[bug #64480] Docs: Replace examples containing deprecated xargs option "-l" with "-L 1"

2023-07-27 Thread Sebastian Carlos
n Release: 4.9.0 Discussion Lock: Any Fixed Release: None ___ Follow-up Comments: --- Date: Thu 27 Jul 2023 07:02:29 AM UTC By: Sebastian Carlos Hello,

[bug #19374] Insufficient quoting of PRUNEPATHS in updatedb

2023-07-26 Thread Sebastian Carlos
Follow-up Comment #5, bug #19374 (project findutils): Indeed, the patches don't work because they miss a critical unquoted variable, "arg". The following patch should work: -val=`echo $arg|sed 's/^[^=]*=\(.*\)/\1/'` || exit 71 +val=`echo "$arg"|sed 's/^[^=]*=\(.*\)/\1/'` || exit 71 [...] - for