"Mike A. Harris" wrote:
> /usr/bin/which is an ELF executable on Red Hat Linux, but I agree
> that it definitely is not an application that can be expected to
> be portable.

Which in Debian GNU/Linux it's a simple shell script that contains:

----------------
#!/bin/bash
unalias -a
unset -- "$@" &>/dev/null
enable -n -- "$@" &>/dev/null
type -p "$@"
---------------

---------------------------
Gleydson Mazioli da Silva
[EMAIL PROTECTED]
[EMAIL PROTECTED]

N�o h� quem n�o cometa erros e grandes homens cometem grandes erros. 

--Paulo Francis


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

Reply via email to