-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.texi index fdeaefa..634e229 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -3285,9 +3285,6 @@ above options are triggered by: Use of the @samp{-d} option which is deprecated; please use @samp{-depth} instead, since the latter is POSIX-compliant. @item -Use of the @samp{-ipath} option which is deprecated; please use -@samp{-iwholename} instead. -@item Specifying an option (for example @samp{-mindepth}) after a non-option (for example @samp{-type} or @samp{-print}) on the command line. @item -- Stephane