Follow-up Comment #7, patch #3521 (project grep):

This will be a nice solution to exclude .svn directories from the grep
matches too

find . -type f \! -path '*.svn/*' -exec grep -H <pattern> {} \;

Cheerz,
Rick

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?func=detailitem&item_id=3521>

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



Reply via email to