bug-findutils
[Top][All Lists]
Advanced

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

[bug #12999] find "-regex" doesn't honor "bounds"


From: James Youngman
Subject: [bug #12999] find "-regex" doesn't honor "bounds"
Date: Mon, 9 May 2005 19:44:56 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050421 Firefox/1.0.3 (Debian package 1.0.3-2)

Update of bug #12999 (project findutils):

              Item Group:                    None => Wrong result           
                  Status:                    None => Fixed                  
             Assigned to:                    None => jay                    

    _______________________________________________________

Follow-up Comment #1:

It turns out to be due to the fact that the regexp syntax was not correctly
initialised.  It is now set to RE_SYNTAX_POSIX_BASIC in find/parser.c, which
means that intervals are provided:

$ ./find . -regex '.*fstype.o\{1\}' -print
./fstype.o

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12999>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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