2003-08-07 15:13:06 +04:00
|
|
|
.\" $NetBSD: whereis.1,v 1.14 2003/08/07 11:17:17 agc Exp $
|
1995-09-01 01:54:51 +04:00
|
|
|
.\"
|
1994-09-18 06:14:32 +04:00
|
|
|
.\" Copyright (c) 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
|
|
|
.\" 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.
|
2003-08-07 15:13:06 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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.
|
|
|
|
.\"
|
1995-09-01 01:54:51 +04:00
|
|
|
.\" @(#)whereis.1 8.3 (Berkeley) 4/27/95
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
2003-04-03 22:16:45 +04:00
|
|
|
.Dd April 3, 2003
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt WHEREIS 1
|
1999-03-22 21:16:34 +03:00
|
|
|
.Os
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm whereis
|
1994-09-18 06:14:32 +04:00
|
|
|
.Nd locate programs
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SYNOPSIS
|
1997-10-20 07:18:46 +04:00
|
|
|
.Nm
|
1999-03-11 13:42:43 +03:00
|
|
|
.Op Fl p
|
|
|
|
.Ar program
|
1994-09-18 06:14:32 +04:00
|
|
|
.Op Ar program ...
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh DESCRIPTION
|
1994-09-18 06:14:32 +04:00
|
|
|
The
|
1997-10-20 06:22:55 +04:00
|
|
|
.Nm
|
1994-09-18 06:14:32 +04:00
|
|
|
utility checks the standard binary directories for the specified programs,
|
|
|
|
printing out the paths of any it finds.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
1999-03-11 13:42:43 +03:00
|
|
|
The default path searched is the string returned by the
|
1994-09-18 06:14:32 +04:00
|
|
|
.Xr sysctl 8
|
|
|
|
utility for the
|
|
|
|
.Dq user.cs_path
|
|
|
|
string.
|
2001-12-01 19:43:07 +03:00
|
|
|
If the
|
|
|
|
.Op Fl p
|
1999-03-11 13:42:43 +03:00
|
|
|
option is specified, then the value of the environment
|
|
|
|
variable
|
|
|
|
.Ev PATH
|
|
|
|
is used instead.
|
2003-04-03 22:16:45 +04:00
|
|
|
.Sh EXIT STATUS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility exits 0 on success, 1 on general error, 2 if only some
|
|
|
|
programs were located and 3 if none were.
|
1994-09-18 06:14:32 +04:00
|
|
|
.Sh SEE ALSO
|
2003-04-03 22:16:45 +04:00
|
|
|
.Xr whatis 1 ,
|
2000-07-17 02:05:46 +04:00
|
|
|
.Xr which 1 ,
|
1994-09-18 06:14:32 +04:00
|
|
|
.Xr sysctl 8
|
|
|
|
.Sh COMPATIBILITY
|
|
|
|
The historic flags and arguments for the
|
1997-10-20 06:22:55 +04:00
|
|
|
.Nm
|
1994-09-18 06:14:32 +04:00
|
|
|
utility are no longer available in this version.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
1997-10-20 06:22:55 +04:00
|
|
|
.Nm
|
1998-02-06 08:54:12 +03:00
|
|
|
command appeared in
|
|
|
|
.Bx 3.0 .
|