Re: find -path is posix

2016-11-02 Thread Bernhard Voelker
On 11/02/2016 10:58 AM, James Youngman wrote: > The patch looks good to me. Thanks for making it. We could simplify: > > * We do not issue a warning that this usage is deprecated > * since > * (a) HPUX find supports this predicate also and > - * (b) it will soon be in POSIX anyway. > + *

Re: find -path is posix

2016-11-01 Thread Bernhard Voelker
On 10/26/2016 06:35 AM, isabella parakiss wrote: > from find/find.1 > >> The predicate >> .B \-path >> is also supported by HP-UX >> .B find >> and will be in a forthcoming version of the POSIX standard. > > > find -path has been in posix for 8 years Thanks for the report. The attached fixes it

find -path is posix

2016-10-25 Thread isabella parakiss
from find/find.1 > The predicate > .B \-path > is also supported by HP-UX > .B find > and will be in a forthcoming version of the POSIX standard. find -path has been in posix for 8 years --- xoxo iza