• 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: Is there a Cocoa or Unix way to find all applications?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there a Cocoa or Unix way to find all applications?


  • Subject: Re: Is there a Cocoa or Unix way to find all applications?
  • From: Rosyna <email@hidden>
  • Date: Fri, 31 May 2002 21:50:12 -0700

Applications are not required to have a .app extension.

Ack, at 5/31/02, Cryx said:

I'd just use a straight find:

find / -type f -perm +a=x -print

or maybe more precisely for true applications:

find / -type f -name '*.app' -perm +a=x -print

--


Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug

Unsanity: Unsane Tools for Insanely Great People
---

Please include any previous correspondence in replies, it helps me remember what we were talking about. Thanks.
_______________________________________________
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: Is there a Cocoa or Unix way to find all applications? (From: Cryx <email@hidden>)

  • Prev by Date: Re: isa
  • Next by Date: Protocols with Categories?
  • Previous by thread: Re: Is there a Cocoa or Unix way to find all applications?
  • Next by thread: Objective C array
  • Index(es):
    • Date
    • Thread