Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

which(1)


WHICH

WHICH

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

which − show full path of commands

SYNOPSIS

which progname ...

DESCRIPTION

Which takes a series of program names, and prints out the full pathname of the program that the shell would call to execute it. It does this by simulating the shells searching of the $PATH environment variable.

SEE ALSO

The exec(2,3) family.



which(1)