Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created March 16, 2014 21:44
Show Gist options
  • Save greyaperez/9590355 to your computer and use it in GitHub Desktop.
Save greyaperez/9590355 to your computer and use it in GitHub Desktop.
Find where the bin of an app is located
# 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