Query: which
OS: opensolaris
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
which(1) User Commands which(1)NAMEwhich - locate a command and display its pathname or aliasSYNOPSISwhich [name]...DESCRIPTIONwhich takes a list of names and determines which alias or utility would be executed had these names been given as commands. For each name operand, if it names an alias the alias is expanded. Otherwise the user's path is searched for a utility name matching name. Aliases are taken from the user's .cshrc file. path is taken from the current shell execution environment.OPERANDSThe following operand is supported: name The name of a command to be located.EXIT STATUSThe following exit values are returned: 0 Successful completion. >0 One or more name operands were not located or an error occurred.FILES~/.cshrc source of aliases and path valuesATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+SEE ALSOcsh(1), attributes(5)DIAGNOSTICSA 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.NOTESThe which utility is not a shell built-in command.BUGSTo compensate for ~/.cshrc files in which aliases depend upon the prompt variable being set, which sets this variable to NULL. If the ~/.cshrc produces output or prompts for input when prompt is set, which can produce some strange results. SunOS 5.11 30 Mar 2005 which(1)