Re: Is there a Cocoa or Unix way to find all applications?
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.