which built-in command for tcsh: Display next executed command

Format

which command

Description

which displays the command that is executed by the shell after substitutions and path searching. This command correctly reports tcsh aliases and built-ins. The displayed command has passed access checks by the security product based on the effective user IDs. See also the which-command editor command.

Related information

tcsh, where