Re: [6 PATCHES] New feature added to find: -type xyz

2016-03-07 Thread Bernhard Voelker
On 03/04/2016 08:12 PM, Young Mo Kang wrote: Then perhaps we can require comma separations w/o spaces, i.e., "-type x,y,z,shm” will be equivalent to “( -type x -o -type y -o -type z -o -type shm )” I can work on this if this seems better fit; should not be much more work from what I already hav

[PATCH] incomplete fix for savannah#26092

2016-03-07 Thread Stephane Chazelas
-ipath is no longer deprecated. https://savannah.gnu.org/bugs/?26092 There's still one mention of -ipath being deprecated in the texinfo documentation. Note that someone just requested -iname be added to POSIX: http://austingroupbugs.net/view.php?id=1031 diff --git a/doc/find.texi b/doc/find.t