Re: List of errors
Re: List of errors
- Subject: Re: List of errors
- From: "Timothy J. Wood" <email@hidden>
- Date: Mon, 11 Mar 2002 23:17:31 -0800
Sure, you can type that, but you'd get an error.
[Library/Frameworks] bungi@vaya: grep "10818" **/*.h
zsh: argument list too long: grep
Also it is slower since the grep and filesystem search can't be
running in parallel.
(At any rate, this has clearly digressed from Cocoa development, now :)
-tim
On Monday, March 11, 2002, at 11:00 PM, Georg Tuparev wrote:
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.
_______________________________________________
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.