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/


  • [bug #58384]... anonyme
    • [bug #5... Andreas Metzler
      • [bu... Geoff Clare
        • ... Gilles Crèvecœur via Bug reports for the GNU find utilities
        • ... Gilles Crèvecœur
          • ... zhoushuiqing

Reply via email to