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

Re: which..



>>>>> "R" == Richard Dansereau <Richard.Dansereau@ee.umanitoba.ca> writes:


R> Is the command "which" available in any of the debian releases?  I
R> haven't seen it yet in 0.93R6 though I don't have everything
R> installed so I may have missed it.

I would say that Debian needs a FAQ for this, but after the new
release is out it'll be irrelevant.  The upcoming 1.1 release has
which.  It's just a bash shell script that calls bash's built in type
command:

#!/bin/bash
type -path $*

--
Rob


Reply to: