Install Theme

Your web-browser is very outdated, and as such, this website may not display properly. Please consider upgrading to a modern, faster and more secure browser. Click here to do so.

iamnearlythere

Learning open source development & mac every day.
Nov 29 '10

which - saves the day

which tell you where a program is located.

$ which php 
/usr/bin/php

Very helpful if you install a lot of stuff which is put in “random” locations as /usr/bin, /bin, /usr/local/bin, /opt … the list goes on.

1 note View comments Tags: bash

  1. iamnearlythere posted this
Blog comments powered by Disqus