home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / RCS43X.ZIP / IDENT.MAN < prev    next >
Text File  |  1990-11-19  |  2KB  |  58 lines

  1. NAME
  2.      ident - identify files
  3.  
  4. SYNOPSIS
  5.      ident [ -q ] [ file ... ]
  6.  
  7. DESCRIPTION
  8.      Ident searches the named files or, if no file name appears,
  9.      the standard input for all occurrences of the pattern $key-
  10.      word:...$, where keyword is one of
  11.  
  12.              Author
  13.              Date
  14.              Header
  15.              Id
  16.              Locker
  17.              Log
  18.              Revision
  19.              RCSfile
  20.              Source
  21.              State
  22.  
  23.      These patterns are normally inserted automatically by the
  24.      RCS command co(L), but can also be inserted manually. The
  25.      option -q suppresses the warning given if there are no pat-
  26.      terns in a file.
  27.  
  28.      Ident works on text files as well as object files and dumps.
  29.      For example, if the C program in file f.c contains
  30.  
  31.              char rcsid[] = "$Header:  Header information $";
  32.  
  33.      and f.c is compiled into f.o, then the command
  34.  
  35.              ident  f.c  f.o
  36.  
  37.      will print
  38.  
  39.              f.c:
  40.                      $Header:  Header information $
  41.              f.o:
  42.                      $Header:  Header information $
  43.  
  44.  
  45. IDENTIFICATION
  46.      Author: Walter F. Tichy, Purdue University, West Lafayette,
  47.      IN, 47907.
  48.      Revision Number: 1.3 ; Release Date: 89/10/30 .
  49.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  50.  
  51. SEE ALSO
  52.      ci(L), co(L), rcs(L), rcsdiff(L), rcsintro(L), rcsmerge(L),
  53.      rlog(L), rcsfile(L),
  54.      Walter F. Tichy, "Design, Implementation, and Evaluation of
  55.      a Revision Control System," in Proceedings of the 6th Inter-
  56.      national Conference on Software Engineering, IEEE, Tokyo,
  57.      Sept. 1982.
  58.