doc/ja/man/man1/which.1
Jun Kuriyama 88a4de0fb8 Catch up to 3.0-19980827-SNAP and some fixes.
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1998-09-26 06:20:22 +00:00

70 lines
2.6 KiB
Groff

.\" Manpage Copyright (c) 1995, Jordan Hubbard <jkh@freebsd.org>
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the FreeBSD Project
.\" its contributors.
.\" 4. Neither the name of the FreeBSD Project nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
.\" IN NO EVENT SHALL THE CONTRIBUTOR BE LIABLE FOR ANY DIRECT, INDIRECT,
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" %Id: which.1,v 1.12 1998/05/22 11:09:01 jkoshy Exp %
.\" jpman %Id: which.1,v 1.3 1997/06/14 16:24:02 kubo Stab %
.Dd January 26, 1995
.Dt WHICH 1
.Os FreeBSD
.Sh 名称
.Nm which
.Nd "ユーザパスからプログラムを見つける"
.Sh 書式
.Nm which
.Op Fl as
.Op Ar command
.Ar ...
.Sh 解説
.Nm
は、コマンド名のリストを受け取り、
実際に起動したならば実行できる実行形式ファイルを探します。
.Pp
オプションには以下のものがあります:
.Bl -tag -width indent
.It Fl a
(最初に見つけたものだけでなく) みつけたすべての実行形式を表示します。
.It Fl s
実行形式が見つかれば 0 を返し、見つからなければ 1 を返します。
表示はしません。
.Sh 歴史
.Nm
コマンドは
.Fx 2.1
から登場しました。
.Sh 関連ファイル
.Xr find 1 ,
.Xr locate 1 ,
.Xr perl 1 ,
.Xr whereis 1
.Sh 作者
新しいバージョンの
.Nm
PERL スクリプトは
.An Wolfram Schneider Aq wosch@FreeBSD.org
によって書かれました。