From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 22 Jan 2010 11:18:21 -1000 From: Tim Newsham To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: <3c10b04cdcee48adc8d479a30743d3c3@quintile.net> Message-ID: References: <3c10b04cdcee48adc8d479a30743d3c3@quintile.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [9fans] find command reloaded Topicbox-Message-UUID: c3f47d5a-ead5-11e9-9d60-3106f5b1d025 > the only time I ever wanted this kind of feature > is for grepping through sourcecode. > > ron's modified grep is now installed on my boxes; > there is a precident (diff -r). If you're like me, you often have a bunch of object files in your source tree and you usually want to enumerate files, filter out some of the names and then grep the resulting list... ie. recursive grep will grep a bunch of files you dont want to grep... something like: grep -n foo `{f|grep '\.c'} will go much faster (assuming /bin/f enumerates filenames). > -Steve Tim Newsham | www.thenewsh.com/~newsham | thenewsh.blogspot.com