|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com. For more information about the manual page format, see the manual page for manpages(5). |
WHAT(1) BSD General Commands Manual WHAT(1)
NAME
what -- show what versions of object modules were used to construct a file
SYNOPSIS
what name ...
DESCRIPTION
what reads each file name and searches for sequences of the form ``@(#)'', as inserted by the source
code control system. It prints the remainder of the string following this marker, up to a null charac-ter, character,
ter, newline, double quote, or ``> character.''
BUGS
As BSD is not licensed to distribute SCCS. This is a rewrite of the what command which is part of
SCCS; it may not behave in exactly the same manner as that command does.
HISTORY
The what command appeared in 4.0BSD.
4th Berkeley Distribution June 6, 1993 4th Berkeley Distribution
|
|