.\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. .\" .\" %sccs.include.redist.roff% .\" .\" @(#)which.1 6.3 (Berkeley) 04/23/91 .\" .Dd .Dt WHICH 1 .Os BSD 3 .Sh NAME .Nm which .Nd "locate a program file including aliases and paths" .Pq Xr csh 1 only) .Sh SYNOPSIS .Nm which .Op Ar name .Ar ... .Sh DESCRIPTION .Nm 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 expanded if it is aliased, and searched for along the user's path. Both aliases and path are taken from the user's .Pa \&.cshrc file. .Sh FILES .Bl -tag -width ~/\&.cshrc .It Pa ~/\&.cshrc source of aliases and path values .El .Sh DIAGNOSTICS A diagnostic is given for names which are aliased to more than a single word, or if an executable file with the argument name was not found in the path. .Sh BUGS Must be executed by a .Xr csh 1 , or some other shell which knows about aliases. .Sh HISTORY The .Nm command appeared in .Bx 3.0 .