Linux and Unix which command

Quick links

About which
Syntax
Examples
Related commands
Linux and Unix main page

About which

Locate a command.

Syntax

which [ filename ] ...

filename Name of the file you are looking for.

Examples

which perl

Would locate the executable location of the Perl command.

Related commands

find
whereis