• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: List of errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: List of errors (From: Georg Tuparev <email@hidden>)

  • Prev by Date: Re: number formatting
  • Next by Date: Re: Fonts, please help!
  • Previous by thread: Re: List of errors
  • Next by thread: Re: [OT] Cocoa Programming Book
  • Index(es):
    • Date
    • Thread