Una opción sería usar AppleScript: $ osascript -e 'id of app "Finder"' com.apple.finder También podrías hacer algo como esto: $ bundle=$(mdfind -onlyin / kMDItemKind==Application | grep -i "/Finder.app$" | head -1) $ defaults read "$bundle/Contents/Info"