[Geany] Find in files -> exclude version control dirs

Milan Babuskov milan.babuskov at xxxxx
Tue Mar 4 14:50:02 UTC 2008


On Tue, Mar 4, 2008 at 3:15 PM, Harold Aling <h.aling at home.nl> wrote:
>  I'm no grep expert, but --exclude .svn isn't sufficient to hide all .svn
>  entries in the message window(?)

I usually pipe the output to another grep (probably not the most-exact
way to do it):

grep -r something * | grep -v .svn

-- 
Milan Babuskov
http://www.flamerobin.org



More information about the Users mailing list