whereis (查找指定文件的源/二进制和手册部分)

EE 发表于 2020-08-20 16:32
浏览次数:
在手机上阅读

where 是查找指定文件的源/二进制和手册部分。提供的名称首先删除前导路径名组件和窗体".ext"的任何(单个)尾随扩展,例如,".c"。此外,还处理了因使用源代码控制而产生的"s." 的前缀。然后尝试在标准 Linux 位置列表中找到所需的程序。

查看英文版

目录

1 whereis 运行系统环境

2 whereis 说明

3 whereis 语法

4 whereis 例子

whereis 运行系统环境

Linux

whereis 说明

whereis查找指定文件的源/二进制和手册部分。提供的名称首先删除前导路径名组件和窗体".ext"的任何(单个)尾随扩展,例如,".c"。此外,还处理了因使用源代码控制而产生的"s." 的前缀。然后尝试在标准 Linux 位置列表中找到所需的程序。
whereis locates source/binary and manuals sections for specified files. The supplied names are first stripped of leading pathname components and any (single) trailing extension of the form ".ext", for example, ".c". Prefixes of "s." resulting from use of source code control are also handled. whereis then attempts to locate the desired program in a list of standard Linux places.

查看英文版

查看中文版

whereis 语法

whereis [-bmsu] [-BMS directory... -f] file name...

选项

-b 仅搜索二进制文件。
-m 仅搜索手动部分。
-s 仅搜索源。
-u 搜索异常条目。如果文件没有每个请求类型的一个条目,则说该文件是不寻常的。例如,"whereis -m -u *"要求在当前目录中没有文档的文件。
-B 更改或以其他方式限制搜索二进制文件的位置。
-M 更改或以其他方式限制搜索手动部分的位置。
-S 更改或以其他方式限制搜索源的位置。
-f 终止最后一个目录列表并发出文件名的开始信号,并且必须在使用任何 -B -M-S选项时使用。
whereis [-bmsu] [-BMS directory... -f] file name...

Options

-b Search only for binaries.
-m Search only for manual sections.
-s Search only for sources.
-u Search for unusual entries. A file is said to be unusual if it does not have one entry of each requested type. For example, "whereis -m -u *" asks for those files in the current directory which have no documentation.
-B Change or otherwise limit the places where whereis searches for binaries.
-M Change or otherwise limit the places where whereis searches for manual sections.
-S Change or otherwise limit the places where whereis searches for sources.
-f Terminate the last directory list and signals the start of file names, and must be used when any of the -B-M, or -S options are used.

查看英文版

查看中文版

whereis 例子

whereis perl

列出存储perl 源文件、文档和二进制文件的目录

whereis -u -M /usr/man/man1 -S /usr/src -f *

查找当前目录中未记录在/usr/man/man1 中的所有文件,其源位于/usr/src 中

whereis perl

List the directories where the perl source files, documentation, and binaries are stored.

whereis -u -M /usr/man/man1 -S /usr/src -f *

Find all files in the current directory that are not documented in /usr/man/man1, whose source resides in /usr/src.

查看英文版

查看中文版

其他命令行

write | wc | which | w | whatis | who | whoami | whois | wait | wall |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条