Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Select files in Finder from Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Select files in Finder from Terminal
Authored by: ever on May 24, '06 05:23:06PM
Good idea. That worked fine for me…
to open these_files
	tell application "Finder" to reveal these_files
end open
…saved as an app bundle and used like
open -a /path/to/bundle /path/to/files


[ Reply to This | # ]