Re: How to find the manual (or at least the header)
Re: How to find the manual (or at least the header)
- Subject: Re: How to find the manual (or at least the header)
- From: Ondra Cada <email@hidden>
- Date: Mon, 27 Jun 2005 22:49:08 +0200
Cameron,
On 27.6.2005, at 18:00, Cameron Hayne wrote:
# grepfind: to grep through files found by find, e.g. grepfind
pattern '*.c'
grepfind () { find . -type f -name "$2" -print0 | xargs -0 grep
"$1" ; }
It has the advantage over simple 'grep' that you don't need to know
which sub-directory to target.
fgrep whatever **/*.[chm]
:)
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden