[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PATH question



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



Reply to: