On Wed, Mar 14, 2007 at 11:51:40PM -0700, jeffd wrote:
> You can use 'which' to find out which ls is being called, but it goes by 
> first come first serve:

Another choice is 'type', a bash build-in command:
type -p    = which
type -p -a = which -a


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to