bug-grep
[Top][All Lists]
Advanced

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

[patch #3521] Add options to exclude/include directories


From: Rick van der Zwet
Subject: [patch #3521] Add options to exclude/include directories
Date: Thu, 10 Nov 2005 19:03:18 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.12) Gecko/20050919 Firefox/1.0.7

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

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