[bug #58384] incorect documentaion for -regex

2020-05-22 Thread Gilles Crèvecœur
Follow-up Comment #3, bug #58384 (project findutils): Indeed, the documentaion says the default regexps are compatible with emacs regexp. Even there is a link to emacs regexp node. But emacs regexps understand the syntax `\{3,\}'. That's the point I meant by "incorrect documentaion". So, I used

Re: [bug #58384] incorect documentaion for -regex

2020-05-21 Thread Gilles Crèvecœur via Bug reports for the GNU find utilities
On Wed, May 20, 2020 at 06:36:10AM -0400, Geoff Clare wrote: > Follow-up Comment #2, bug #58384 (project findutils): > > Seems the documentation is wrong: > > $ find . -type f -regex '.\{3,\}' | wc -l > 0 > $ find . -regextype posix-basic -type f -regex '.\{3,\}' | wc -l >