add/re-enable at_wini debug output
[minix3.git] / man / man1 / whereis.1
blob0e72614b10e911b33dd21a7457e179e52558f3dd
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 .EX "whereis stat.h" "Prints: \fI/usr/include/sys/stat.h\fR"
19 .SH DESCRIPTION
20 .PP
21 \fIWhereis\fR searches a fixed set of system 
22 directories, \fI/bin\fR, \fI/lib\fR, \fI/usr/bin\fR,
23 and others, and prints all occurrences of the argument name in any of them.
24 .SH "SEE ALSO"
25 .BR man (1),
26 .BR which (1).