Re: Select Finder items by Regular Expression
Re: Select Finder items by Regular Expression
- Subject: Re: Select Finder items by Regular Expression
- From: Michelle Steiner <email@hidden>
- Date: Wed, 24 Aug 2005 10:07:18 -0700
On Aug 24, 2005, at 9:57 AM, Daniel Jalkut wrote:
Have you ever wished you could easily select a bunch of items in
the Finder by regular expression? You're looking at a huge
directory full of files and you want to select all the items whose
name end in ".jpg" and contain "Fun"?
This can be done with vanilla Applescript.
tell application "Finder"
files of entire contents of startup disk whose name contains
"Fun" and name extension is "jpg"
end tell
--
I am Dyslexic of Borg. Fusistance is retile. Your ass will be laminated.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden