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
16
Clearly the default is not posix-basic.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58384>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
