2003-08-07 15:13:06 +04:00
|
|
|
.\" $NetBSD: what.1,v 1.13 2003/08/07 11:17:15 agc Exp $
|
1994-11-17 09:59:37 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1980, 1991, 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.
|
|
|
|
.\"
|
1994-11-17 09:59:37 +03:00
|
|
|
.\" @(#)what.1 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
1999-02-23 01:23:09 +03:00
|
|
|
.Dd February 22, 1999
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt WHAT 1
|
1999-03-22 21:16:34 +03:00
|
|
|
.Os
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm what
|
1999-02-23 01:23:09 +03:00
|
|
|
.Nd search files for SCCS identifiers
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SYNOPSIS
|
1997-10-20 07:16:30 +04:00
|
|
|
.Nm
|
1999-02-23 01:23:09 +03:00
|
|
|
.Op Fl s
|
2001-12-01 19:43:07 +03:00
|
|
|
.Ar
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh DESCRIPTION
|
1999-02-23 01:23:09 +03:00
|
|
|
The
|
1997-10-20 07:16:30 +04:00
|
|
|
.Nm
|
1999-02-23 01:23:09 +03:00
|
|
|
utility reads each
|
|
|
|
.Ar file
|
|
|
|
operand and searches for sequences of the form
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dq \&@(#)
|
2002-09-30 15:08:56 +04:00
|
|
|
as inserted by the source code control system.
|
2002-10-02 14:07:05 +04:00
|
|
|
It prints the remainder of the string following this marker, up to
|
|
|
|
a null character, newline, double quote, backslash, or
|
2002-02-08 04:36:18 +03:00
|
|
|
.Dq \&\*[Gt]
|
1999-02-23 01:23:09 +03:00
|
|
|
character.
|
|
|
|
.Pp
|
|
|
|
If the
|
|
|
|
.Fl s
|
2002-10-02 14:07:05 +04:00
|
|
|
option is specified, only the first occurrence of an identification string in
|
1999-02-23 01:23:09 +03:00
|
|
|
each file is printed.
|
2000-09-04 11:35:15 +04:00
|
|
|
.Sh EXIT STATUS
|
1999-02-23 01:23:09 +03:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility exits 0 if any matches were found, and 1 otherwise.
|
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility conforms to
|
|
|
|
.St -xpg4.2 .
|
2001-12-08 22:24:57 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
command appeared in
|
|
|
|
.Bx 4.0 .
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh BUGS
|
|
|
|
As
|
|
|
|
.Bx
|
|
|
|
is not licensed to distribute
|
|
|
|
.Tn SCCS
|
|
|
|
this is a rewrite of the
|
1997-10-20 07:16:30 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
command which is part of
|
|
|
|
.Tn SCCS ,
|
2002-10-02 14:07:05 +04:00
|
|
|
and may not behave exactly the same as that command does.
|