which(1) DG/UX R4.11 which(1)
NAME
which - locate a program file using the PATH environment variable
SYNOPSIS
which [ name ] ...
DESCRIPTION
Which takes a list of names and looks for the files which would be
executed had these names been given as commands. Each argument is
searched for along the user's search path.
ENVIRONMENT
PATH The user's search path
DIAGNOSTICS
A diagnostic is given if an executable file with the argument name
was not found in the path.
SEE ALSO
csh(1), sh(1), whereis(1).
Licensed material--property of copyright holder(s)