find command regextype emacs does not support character classe
Gasan <[email protected]> Thu, 19 Mar 2026 18:06:40 +0100
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <CAGdYrm5No1HNtZ5gMuWx80oB9s+ZUTDXfo0=RMuAuZPzQi2GUw@mail.gmail.com> |
Hi all It seems that find command with regextype emacs or no regextype does not support character classes in -regex option. For example: ``` touch 123 find . -regex './12[[:digit:]]' ``` Findutils version 4.10.0