다음은 anatomy 라는 글이 들어간 파일을 검색해주는 스크립트.
set the_script to "mdfind 'anatomy'"레퍼런스 :
set the_text to (do shell script the_script)
set num_records to count of paragraphs in the_text
display dialog ("Number of found : " & num_records)
Understanding mdfind
http://homepage.mac.com/swain/Macinchem/Applescript/AppScript_tut/AppScrip_tut_2/appscript_tut_2.htm
No comments:
Post a Comment