NetBSD/usr.bin/whereis/whereis.1

78 lines
2.5 KiB
Groff
Raw Normal View History

.\" $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.
.\" 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
.\"
.Dd April 3, 2003
1993-03-21 12:45:37 +03:00
.Dt WHEREIS 1
.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
.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
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
option is specified, then the value of the environment
variable
.Ev PATH
is used instead.
.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
.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
command appeared in
.Bx 3.0 .