home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 317a.lha / RCS / doc / ident.1l.doc < prev    next >
Text File  |  1989-12-05  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4. IDENT(1L)         UNKNOWN SECTION OF THE MANUAL         IDENT(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      ident - identify files
  10.  
  11. SYNOPSIS
  12.      ident [ -q ] [ file ... ]
  13.  
  14. DESCRIPTION
  15.      _I_d_e_n_t searches the named files or, if no file name  appears,
  16.      the  standard input for all occurrences of the pattern $_k_e_y_-
  17.      _w_o_r_d:...$, where _k_e_y_w_o_r_d is one of
  18.  
  19.              Author
  20.              Date
  21.              Header
  22.              Id
  23.              Locker
  24.              Log
  25.              Revision
  26.              RCSfile
  27.              Source
  28.              State
  29.  
  30.      These patterns are normally inserted  automatically  by  the
  31.      RCS  command  _c_o(1L), but can also be inserted manually. The
  32.      option -q suppresses the warning given if there are no  pat-
  33.      terns in a file.
  34.  
  35.      _I_d_e_n_t works on text files as well as object files and dumps.
  36.      For example, if the C program in file f.c contains
  37.  
  38.              char rcsid[] = "$Header:  Header information $";
  39.  
  40.      and f.c is compiled into f.o, then the command
  41.  
  42.              ident  f.c  f.o
  43.  
  44.      will print
  45.  
  46.              f.c:
  47.                      $Header:  Header information $
  48.              f.o:
  49.                      $Header:  Header information $
  50.  
  51.  
  52. IDENTIFICATION
  53.      Author: Walter F. Tichy, Purdue University, West  Lafayette,
  54.      IN, 47907.
  55.      Revision Number: 1.2 ; Release Date: 89/05/02 .
  56.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  57.  
  58. SEE ALSO
  59.      ci(1L),   co(1L),   rcs(1L),   rcsdiff(1L),    rcsintro(1L),
  60.  
  61.  
  62.  
  63. Purdue University         Last change:                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. IDENT(1L)         UNKNOWN SECTION OF THE MANUAL         IDENT(1L)
  71.  
  72.  
  73.  
  74.      rcsmerge(1L), rlog(1L), rcsfile(5L),
  75.      Walter F. Tichy, "Design, Implementation, and Evaluation  of
  76.      a Revision Control System," in _P_r_o_c_e_e_d_i_n_g_s _o_f _t_h_e _6_t_h _I_n_t_e_r_-
  77.      _n_a_t_i_o_n_a_l _C_o_n_f_e_r_e_n_c_e _o_n _S_o_f_t_w_a_r_e  _E_n_g_i_n_e_e_r_i_n_g,  IEEE,  Tokyo,
  78.      Sept. 1982.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Purdue University         Last change:                          2
  130.  
  131.  
  132.  
  133.