1IDENT(1) General Commands Manual IDENT(1)
2
3
4
6 ident - identify files
7
9 ident file ...
10
12 Ident searches the named files for all occurrences of the pattern $key‐
13 word:...$, where keyword is one of
14
15 Author
16 Date
17 Header
18 Locker
19 Log
20 Revision
21 Source
22 State
23
24 These patterns are normally inserted automatically by the RCS command
25 co [4m(1), but can also be inserted manually.
26
27 Ident works on text files as well as object files. For example, if the
28 C program in file f.c contains
29
30 char rcsid[] = "$Header: Header information $";
31
32 and f.c is compiled into f.o, then the command
33
34 ident f.c f.o
35
36 will print
37
38 f.c:
39 $Header: Header information $
40 f.o:
41 $Header: Header information $
42
43
45 Author: Walter F. Tichy, Purdue University, West Lafayette, IN, 47907.
46 Revision Number: 3.0 ; Release Date: 82/12/04 .
47 Copyright © 1982 by Walter F. Tichy.
48
50 ci (1), co (1), rcs (1), rcsdiff(1), rcsintro (1), rcsmerge (1), rlog
51 (1), rcsfile (5).
52 Walter F. Tichy, "Design, Implementation, and Evaluation of a Revision
53 Control System," in Proceedings of the 6th International Conference on
54 Software Engineering, IEEE, Tokyo, Sept. 1982.
55
57Purdue University 6/29/83 IDENT(1)