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


You need to login to view comments.