iso9660fs: initialize buffer cache
[minix.git] / man / man1 / whereis.1
blobbd9c8edef9352cf791b72e1213f36f4fcc23668d
1 .TH WHEREIS 1
2 .SH NAME
3 whereis \- examine system directories for a given file
4 .SH SYNOPSIS
5 \fBwhereis \fIfile\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 whereis stat.h
20 # Prints: \fI/usr/include/sys/stat.h\fR
21 .SH DESCRIPTION
22 .PP
23 \fIWhereis\fR searches a fixed set of system 
24 directories, \fI/bin\fR, \fI/lib\fR, \fI/usr/bin\fR,
25 and others, and prints all occurrences of the argument name in any of them.
26 .SH "SEE ALSO"
27 .BR man (1),
28 .BR which (1).