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

Re: which..



Richard.Dansereau@ee.umanitoba.ca wrote:
> 
> Is the command "which" available in any of the debian releases?
> I haven't seen it yet in 0.93R6 though I don't have everything
> installed so I may have missed it.
> 
> Cheers!
> Richard..

Here's a simple shell script I've installed in /usr/local/bin to perform
the same task (thanks Jon). I'm afraid I don't know if it will be in
Version 1.1.

    #!/bin/sh

    type -p $*

Chris


Reply to: