dBlogIt

Practical front-end development for the web professional. Written by Dustin Boston.

Main menu

Skip to content
  • About
  • Contact

Find files containing text and exclude .svn directories with grep

Posted July 12, 2011

I can never find this when I need it. Here is how to find files containing specific text while excluding specific directories in Linux:

grep -R "whatever you like" *| grep -v ".svn/*"

Via linux – Exclude .svn directories from grep – Stack Overflow.

Posted Jul 12 , 2011
Categorized: Link
Tagged: Linux, Source control

About

dBlogIt is about front-end development including Javascript, HTML, CSS, and Linux. It's written by Dustin Boston who is a front-end engineer at Bulbstorm, in Scottsdale, Arizona.

Get in touch or do some web-stalking on GitHub, Google+, LinkedIn, or Twitter.

Topics

  • design patterns
  • coffeescript
  • Javascript
  • freelance
  • jquery

Subscribe

  • RSS Feed
Powered by WordPress and Foghorn