1994-05-27 12:33:43 +00:00
|
|
|
.\" Copyright (c) 1980, 1991, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
2017-02-28 23:42:47 +00:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1994-05-27 12:33:43 +00: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.
|
|
|
|
.\"
|
|
|
|
.\" @(#)what.1 8.1 (Berkeley) 6/6/93
|
|
|
|
.\"
|
1999-08-28 01:08:13 +00:00
|
|
|
.\" $FreeBSD$
|
1996-06-30 16:06:44 +00:00
|
|
|
.\"
|
2006-12-14 00:02:44 +00:00
|
|
|
.Dd December 14, 2006
|
1994-05-27 12:33:43 +00:00
|
|
|
.Dt WHAT 1
|
2001-07-10 14:16:33 +00:00
|
|
|
.Os
|
1994-05-27 12:33:43 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm what
|
1997-08-26 07:04:20 +00:00
|
|
|
.Nd "show what versions of object modules were used to construct a file"
|
1994-05-27 12:33:43 +00:00
|
|
|
.Sh SYNOPSIS
|
1998-05-04 22:26:56 +00:00
|
|
|
.Nm
|
2005-05-12 18:57:37 +00:00
|
|
|
.Op Fl qs
|
2002-11-26 17:33:37 +00:00
|
|
|
.Op Ar
|
1994-05-27 12:33:43 +00:00
|
|
|
.Sh DESCRIPTION
|
1998-05-04 22:26:56 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility searches each specified
|
|
|
|
.Ar file
|
|
|
|
for sequences of the form
|
2006-12-14 00:02:44 +00:00
|
|
|
.Dq Li @(#)
|
|
|
|
as inserted by the
|
|
|
|
.Tn SCCS
|
|
|
|
source code control system.
|
2004-07-02 22:22:35 +00:00
|
|
|
It prints the remainder
|
1998-05-04 22:26:56 +00:00
|
|
|
of the string following this marker, up to a NUL character, newline, double
|
|
|
|
quote,
|
2006-12-14 00:02:44 +00:00
|
|
|
.Ql \&>
|
1998-05-04 22:26:56 +00:00
|
|
|
character, or backslash.
|
|
|
|
.Pp
|
2006-12-14 00:02:44 +00:00
|
|
|
The following options are available:
|
|
|
|
.Bl -tag -width indent
|
2005-05-12 18:57:37 +00:00
|
|
|
.It Fl q
|
|
|
|
Only output the match text, rather than formatting it.
|
1998-05-04 22:26:56 +00:00
|
|
|
.It Fl s
|
|
|
|
Stop searching each file after the first match.
|
|
|
|
.El
|
2005-01-17 07:44:44 +00:00
|
|
|
.Sh EXIT STATUS
|
1998-05-04 22:26:56 +00:00
|
|
|
Exit status is 0 if any matches were found, otherwise 1.
|
1996-06-30 16:06:44 +00:00
|
|
|
.Sh SEE ALSO
|
1998-04-14 06:31:23 +00:00
|
|
|
.Xr ident 1 ,
|
|
|
|
.Xr strings 1
|
2002-05-29 13:45:16 +00:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility conforms to
|
|
|
|
.St -p1003.1-2001 .
|
2005-05-12 18:57:37 +00:00
|
|
|
The
|
|
|
|
.Fl q
|
|
|
|
option is a non-standard
|
|
|
|
.Fx
|
|
|
|
extension which may not be available on other operating systems.
|
1994-05-27 12:33:43 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
command appeared in
|
|
|
|
.Bx 4.0 .
|
2002-05-29 13:39:34 +00:00
|
|
|
.Sh BUGS
|
|
|
|
This is a rewrite of the
|
|
|
|
.Tn SCCS
|
|
|
|
command of the same name,
|
|
|
|
and behavior may not be identical.
|