June 2004
Intermediate to advanced
1056 pages
39h 58m
English
which
which [commands]Lists which files are executed if the named
commands
are run as a
command. which reads the user’s
.cshrc file (using the source
built-in command), checking aliases and searching the
path variable. Users of the Bourne or Korn shells
can use the built-in type command as an
alternative.
$ which file ls
/usr/bin/file
ls: aliased to ls -sFCRead now
Unlock full access