Files
oldlinux-files/Minix/2.0.0/wwwman/man1/whereis.1.html
2024-02-19 00:21:39 -05:00

72 lines
881 B
HTML

<HTML>
<HEAD>
<TITLE>whereis(1)</TITLE>
</HEAD>
<BODY>
<H1>whereis(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
whereis - examine system directories for a given file
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>whereis</STRONG> <EM>file</EM>
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>whereis</STRONG> <STRONG>stat.h</STRONG> # Prints: /<EM>usr</EM>/<EM>include</EM>/<EM>sys</EM>/<EM>stat</EM>.<EM>h</EM>
</PRE>
<H2>DESCRIPTION</H2><PRE>
<EM>Whereis</EM> searches a fixed set of system directories, /<EM>bin</EM>, /<EM>lib</EM>, /<EM>usr</EM>/<EM>bin</EM>,
and others, and prints all occurrences of the argument name in any of
them.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man1/man.1.html">man(1)</A></STRONG>, <STRONG><A HREF="../man1/which.1.html">which(1)</A></STRONG>.
</PRE>
</BODY>
</HTML>