ident(1) ident(1)NAME ident - display RCS keywords and their values SYNOPSIS ident files DESCRIPTION ident searches the named files for all occurrences of the pattern $keyword:... $, where keyword is one of Author Date Header Locker Log Revision Source State These patterns are normally inserted automatically by the RCS command co(1), but can also be inserted manually. ident works on text files as well as object files. EXAMPLES If the C program in file f.c contains the line char rcsid[] = "$Header: utility $"; and f.c is compiled into f.o, then the command ident f.c f.o will print f.c: $Header: utility $ f.o: $Header: utility $ DISCLAIMER This reference manual entry describes a utility that Apple understands to have been released into the public domain by its author or authors. Apple has included this public domain utility for your convenience. Use it at your own discretion. Often the source code can be obtained if addi- tional requirements are met, such as the purchase of a site license from an author or institution. April, 1990 1
ident(1) ident(1)IDENTIFICATION Author: Walter F. Tichy, Purdue University, West Lafayette, IN 47907cCopyright 1982 by Walter F. Tichy.SEE ALSO ci(1), co(1), rcs(1), rcsdiff(1), rcsintro(1), rcsmerge(1), rlog(1), rcsfile(4). Walter F. Tichy, ``Design, Implementation, and Evaluation of a Revision Control System,'' in Proceedings of the 6th International Conference on Software Engineering, IEEE, Tok- yo, September 1982. 2 April, 1990