WHEREIS(1) WHEREIS(1) 名前 whereis - コマンドのバイナリ・ソース・man ページの場所を示す 書式 whereis [ -bmsu ] [ -BMS directory... -f ] filename ... 説明 whereis は指定したファイルのソース・バイナリ・man ページセクションの場 所を示す。与えられた名前は、最初に始めのパス名の部分が取り除かれ、次 に .c のような .ext という形式の拡張子が取り除かれる。ソースコード管理に使 われている s. というプレフィックスがついたファイルも 表 示 さ れ る 。 whereis は、標準的な Linux ファイル階層中で指定したプログラムを探す。 オプション -b バイナリのみを探す。 -m man ページセクションのみを探す。 -s ソースのみを探す。 -u 通常とは異なるエントリを探す。要求されるタイプの 1 つのエントリ がファイルにない場合、通常とは異なるファイルと呼ばれる。よって、 ‘whereis -m -u *’ は、カレントディレクトリのファイルから man ページがないものを探す。 -B whereis がバイナリを探すディレクトリを変更または制限する。 -M whereis が man ページセクションを探すディレクトリを変更または 制 限する。 -S whereis がソースを探すディレクトリを変更または制限する。 -f 直前のディレクトリリストを終了させ、ファイル名指定の開始であるこ とを示す。 -B, -M, -S オプションのいずれかを使う場合は、このオプ ションを 使わなければならない。 例 /usr/bin にあるファイルから /usr/man/man1 に man ページがなく /usr/src にソースがあるようなもの探す。 example% cd /usr/bin example% whereis -u -M /usr/man/man1 -S /usr/src -f * ファイル /{bin,sbin,etc} /usr/{lib,bin,old,new,local,games,include,etc,src,man,sbin, X386,TeX,g++-include} /usr/local/{X386,TeX,X11,include,lib,man,etc,bin,games,emacs} 関連項目 chdir(2V) バグ whereis は実行を速くするために chdir(2V) を使うので、 -M, -S, -B に指定 するパス名はフルパスでなければならない; つまりパス名は ‘/’ で始まってい なければならない。 whereis はハードコードされたパスを持っているので、探しているものとは 違 うものが見つかるかもしれない。 8 May 1994 WHEREIS(1)
WHEREIS(1) WHEREIS(1) NAME whereis - locate the binary, source, and manual page files for a com- mand SYNOPSIS whereis [-bmsu] [-BMS directory... -f] filename... DESCRIPTION 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 dealt with. whereis then attempts to locate the desired program in a list of standard Linux places. 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. Thus ‘whereis -m -u *’ asks for those files in the current direc- tory 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. EXAMPLE Find all files in /usr/bin which are not documented in /usr/man/man1 with source in /usr/src: example% cd /usr/bin example% whereis -u -M /usr/man/man1 -S /usr/src -f * FILES /{bin,sbin,etc} /usr/{lib,bin,old,new,local,games,include,etc,src,man,sbin, X386,TeX,g++-include} /usr/local/{X386,TeX,X11,include,lib,man,etc,bin,games,emacs} SEE ALSO chdir(2V) BUGS Since whereis uses chdir(2V) to run faster, pathnames given with the -M, -S, or -B must be full; that is, they must begin with a ‘/’. whereis has a hard-coded path, so may not always find what you’re look- ing for. AVAILABILITY The whereis command is part of the util-linux-ng package and is avail- able from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. 8 May 1994 WHEREIS(1)
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa