VM: full munmap
[minix.git] / man / man1 / which.1
blob7801afc998809f258cd8fd0ddac0b92a676ee321
1 .TH WHICH 1
2 .SH NAME
3 which \- examine $PATH to see which file will be executed
4 .SH SYNOPSIS
5 \fBwhich \fIname\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B which a.out
20 # Tells which \fIa.out\fR will be executed
21 .SH DESCRIPTION
22 .PP
23 The $PATH shell variable controls the 
24 \s-1MINIX 3\s-1
25 search rules. 
26 If a command \fIa.out\fR is given, the shell first tries to find an 
27 executable file in the working directory.  
28 If that fails, it looks in various system directories, such as 
29 \fI/bin\fR and \fI/usr/bin\fR.  
30 The\fR which\fR command makes the same search and gives the absolute
31 path of the program that will be chosen, followed by other occurrences
32 of the file name along the path.
33 .SH "SEE ALSO"
34 .BR man (1).