Date: Tue, 16 Jun 2009 14:22:57 -0400 (EDT) From: vogelke+unix@pobox.com (Karl Vogel) To: freebsd-questions@freebsd.org Subject: Re: Problem with bash script Message-ID: <20090616182257.A2F1DBEE4@kev.msw.wpafb.af.mil> In-Reply-To: <20090616151626.GD93430@torus.slightlystrange.org> (danielby@slightlystrange.org)
next in thread | previous in thread | raw e-mail | index | archive | help
I botched the filter example in my previous blathering. This will ignore output from find containing patterns: root# find . -depth -print | fgrep -v -f /some/patterns Leaving off the -v will keep output containing those patterns. -- Karl Vogel I don't speak for the USAF or my company Sign in a Tacoma, Washington men's clothing store: "15 men's wool suits, $10. They won't last an hour!"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090616182257.A2F1DBEE4>