Re: List of errors
Re: List of errors
- Subject: Re: List of errors
- From: Georg Tuparev <email@hidden>
- Date: Tue, 12 Mar 2002 08:00:34 +0100
In zsh one can just type:
% grep "10818" **/*.h
gt
On Tuesday, March 12, 2002, at 01:22 , Timothy J. Wood wrote:
hh () {
find . -type f -name "*.h" -print0 | xargs -0 grep $*
}
Georg Tuparev
Tuparev Technologies
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.