Grep ignore .svn


/ Published in: Bash
Save to your folder(s)

Search through a directory and ignore .svn folders


Copy this code and paste it in your HTML
  1. grep -nHR 'needle' * | grep -v svn

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.