Update of bug #30772 (project findutils):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Not a bug in find, but in your expression.

Try:

find ( -name '.[!.]' -o -name '[!.]' ) -printf '%fn'

to see the difference of order of precedence.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30772>

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


Reply via email to