bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #58384] incorect documentaion for -regex


From: Geoff Clare
Subject: [bug #58384] incorect documentaion for -regex
Date: Wed, 20 May 2020 06:36:10 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]