GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WHAT(1) User Commands WHAT(1)

what - extract SCCS version information from a file

what filename...

The what utility searches each filename for occurrences of the pattern @(#) that the SCCS get command (see get(1)) substitutes for the @(#) ID keyword, and prints what follows up to a ", >, NEWLINE, \, or NULL character. For example, if a C program in file program.c contains

char sccsid[] = "@(#)identification information";

and program.c is compiled to yield program.o and a.out, the command:

$ what program.c program.o a.out

produces:

identification information
identification information
identification information

The following option is accepted:

Stops after the first occurrence of the pattern.

The following exit values are returned:

0
Any matches were found.
1
No matches found.

get(1), help(1)

Use the SCCS help command for explanations (see help(1)).

There is a remote possibility that a spurious occurrence of the `@(#)' pattern could be found by what.

2/3/07 Heirloom Toolchest

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.