Update of bug #65297 (group findutils):

                Severity:              3 - Normal => 4 - Important          
             Assigned to:                    None => jay                    

    _______________________________________________________

Follow-up Comment #1:

The default is indeed emacs:


$ find h* -regextype posix-basic -regex '^hello.w.*' -print -quit
hello?world
$ find h* -regextype emacs -regex '^hello.w.*' -print -quit
$ find h*  -regex '^hello.w.*' -print -quit
$ ls hello*
'hello'$'\n''world'


The default is set in set_option_defaults:


  p->regex_options = RE_SYNTAX_EMACS;






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65297>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to