tell application "Terminal" activate do script with command " cd ~/../ sudo find $USER -name .DS_Store -print -exec rm {} ';'" end tell