bug-findutils
[Top][All Lists]
Advanced

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

[bug #14243] Basic regular expressions does not work


From: anonymous
Subject: [bug #14243] Basic regular expressions does not work
Date: Sun, 21 Aug 2005 09:29:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050730 Firefox/1.0.6

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

                 Summary: Basic regular expressions does not work
                 Project: findutils
            Submitted by: None
            Submitted on: Sun 08/21/05 at 09:29
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Yuri Karaban
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 4.2.20
           Fixed Release: None

    _______________________________________________________

Details:

If I type following command:

find . -printf '%f\n' | grep '.*[0-9]\{3\}.*'

I see matches.

But

find . -regex '.*[0-9]\{3\}.*'

does not work (does not return any result). It seems that bounds (\{ and \})
is not working in find.



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
tech --AT-- askold --DOT-- net      | Originator Email




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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