|
|
These patterns are normally inserted automatically by the RCS command co.1 but can also be inserted manually. The option -q suppresses the warning given if there are no patterns in a file.
ident works on text files as well as object files and dumps. For example, if the C program in f.c contains
char rcsid[] = "$Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $";
and f.c is compiled into f.o, then the command
ident f.c f.o
will output
f.c:
$Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $
f.o:
$Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $
|
|
Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 21/April/97