bk what(7.3ce) BitKeeper User's Manual bk what(7.3ce)
NAME
bk what - look for SCCS what strings
SYNOPSIS
bk [-r] what [<file> ... | -]
DESCRIPTION
The bk what command looks through the specified list of file[s] for
strings which start with the SCCS "what" string "@(#)", which can be
stated as %Z% in a source file, and prints the entire string.
If a C program contains
char sccsid[] = "@(#)some ident info";
and the program is compiled to yield a program a.out, then the command
what a.out
will produce
a.out:
some ident info
SEE ALSO
bk keywords
CATEGORY
File
BitKeeper Inc 1E1 bk what(7.3ce)