2

Given an application identifier is it possible to get the current path to the app bundle from the OS X terminal?

For example given the id com.apple.terminal it would return /Applications/Utilities/Terminal.app/

1 Answer 1

1

osascript -e "POSIX path of (path to application id \"com.apple.terminal\")"

Sign up to request clarification or add additional context in comments.

1 Comment

Get the application id from the path with: osascript -e 'id of app "/Applications/Google Chrome.app"'

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.