Files
oldlinux-files/Minix/CD-ROM-2.0/MINIX/MANUALS/CAT1/WHEREIS.1
2024-02-19 00:21:39 -05:00

60 lines
634 B
Groff

WHEREIS(1) Minix Programmer's Manual WHEREIS(1)
NAME
whereis - examine system directories for a given file
SYNOPSIS
whereis file
EXAMPLES
whereis stat.h # Prints: /usr/include/sys/stat.h
DESCRIPTION
Whereis searches a fixed set of system directories, /bin, /lib, /usr/bin,
and others, and prints all occurrences of the argument name in any of
them.
SEE ALSO
man(1), which(1).
1