Created
March 16, 2014 21:44
-
-
Save greyaperez/9590355 to your computer and use it in GitHub Desktop.
Find where the bin of an app is located
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Shows you where the app is coming from | |
which {app} | |
# Example... | |
which java | |
# returns: /usr/bin/java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment