Open-Source Software Shortcut, Excluding Directories From Grep | Linux Today

Open-Source Software Shortcut, Excluding Directories From Grep

Written By
JK
Juliet Kemp
Mar 31, 2010

“I work on a project on which I regularly want to grep the
directory tree for a particular word but without including the cvs/
and doc/ directories. Happily, grep has an exclude-dir option to do
just this:

grep -R –exclude-dir=cvs –exclude-dir=doc foo *

“It searches recursively for foo without looking in cvs/ or
doc/, so the output isn’t clogged up with unwanted results.
Great.

“The problem with this is that (in true sys admin style) I’m
lazy and don’t want to do all that typing. One solution to this is
to set up an alias in the ~/.bashrc file:”


Complete Story

JK

Juliet Kemp

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.