[bug #52409] `find -print0 -name ...` ignores `-name ...`

2017-11-15 Thread James Youngman
Update of bug #52409 (project findutils): Status:None => Working as Intended Open/Closed:Open => Closed ___ Reply to this item at:

[bug #52409] `find -print0 -name ...` ignores `-name ...`

2017-11-14 Thread anonymous
Follow-up Comment #2, bug #52409 (project findutils): Ah makes sense! Thanks for the thorough explanation -- didn't realize `print` was considered a predicate and thought it just controlled the final output. This can be closed -- apparently I can't do that since I posted anonymously. __

[bug #52409] `find -print0 -name ...` ignores `-name ...`

2017-11-14 Thread Dale Worley
Follow-up Comment #1, bug #52409 (project findutils): Actually, this is a usage error: -print is an action as well as a predicate. In particular, it takes effect when it is executed *in order* among the predicates. So if you execute find . -name '*.c' -print find will, for each file name, fir

[bug #52409] `find -print0 -name ...` ignores `-name ...`

2017-11-14 Thread anonymous
URL: Summary: `find -print0 -name ...` ignores `-name ...` Project: findutils Submitted by: None Submitted on: Tue 14 Nov 2017 11:46:44 PM UTC Category: find Severity: