whereis.1
来自「操作系统设计与实现源码」· 1 代码 · 共 60 行
1
60 行
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?