On 19-Jan-2011, at 13:26, Christopher Stone wrote: > > Actually not. Run this from the Terminal, and you'll see why: > > find /Applications/ -name "*.app" > > For my purposes I wanted to be able to do this from 'find' in the Terminal, > but its regular expression syntax is not sophisticated enough. However I can > use either BBEdit or the Satimage.osax to clean up the output. (Eventually > I'll know enough Perl to be able avoid using multiple tools.)
Ah, in that case you might want to look into using mdfind or `find … | grep -e` -- NO ONE WANTS TO HEAR ABOUT MY SCIATICA Bart chalkboard Ep. AABF09 -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
