Skip to content

Instantly share code, notes, and snippets.

@ariejan
Created May 12, 2011 08:04
Show Gist options
  • Save ariejan/968134 to your computer and use it in GitHub Desktop.
Save ariejan/968134 to your computer and use it in GitHub Desktop.
Location of `install`
ruby-1.8.7-p249 ~ λ which install
/usr/local/bin/install
ruby-1.8.7-p249 ~ λ cd /usr/local/bin
ruby-1.8.7-p249 /usr/local/bin master λ ls -lah install*
lrwxrwxrwx 1 ariejan staff 15B 20 Apr 13:08 install -> ./[email protected]
lrwxrwxrwx 1 ariejan staff 51B 20 Apr 13:08 [email protected] -> ../lib/node/.npm/brequire/0.0.5/package/bin/install
ruby-1.8.7-p249 /usr/local/bin master λ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment