home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / rcs56.zoo / rcs / man / ident.txt < prev    next >
Encoding:
Text File  |  1992-01-26  |  1.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4. IDENT(1)        Printed December 19, 1991         IDENT(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      ident - identify files
  10.  
  11. SYNOPSIS
  12.      ident [ -q    ] [ file ... ]
  13.  
  14. DESCRIPTION
  15.      ident searches for    all occurrences    of the pattern
  16.      $keyword:...$ in the named    files or, if no    file name
  17.      appears, the standard input.
  18.  
  19.      These patterns are    normally inserted automatically    by the
  20.      RCS command co(1),    but can    also be    inserted manually.  The
  21.      option -q suppresses the warning given if there are no
  22.      patterns in a file.
  23.  
  24.      ident works on text files as well as object files and dumps.
  25.      For example, if the C program in f.c contains
  26.  
  27.       char rcsid[] = "$Id: f.c,v 5.0 1990/08/22 09:09:36
  28.       eggert Exp $";
  29.  
  30.      and f.c is    compiled into f.o, then    the command
  31.  
  32.       ident     f.c  f.o
  33.  
  34.      will output
  35.  
  36.       f.c:
  37.           $Id: f.c,v 5.0 1990/08/22    09:09:36 eggert    Exp $
  38.       f.o:
  39.           $Id: f.c,v 5.0 1990/08/22    09:09:36 eggert    Exp $
  40.  
  41. IDENTIFICATION
  42.      Author: Walter F. Tichy.
  43.      Revision Number: 5.0; Release Date: 1990/08/22.
  44.      Copyright O 1982, 1988, 1989 by Walter F. Tichy.
  45.      Copyright O 1990 by Paul Eggert.
  46.  
  47. SEE ALSO
  48.      ci(1), co(1), rcs(1), rcsdiff(1), rcsintro(1), rcsmerge(1),
  49.      rlog(1), rcsfile(5)
  50.      Walter F. Tichy, RCS--A System for    Version    Control,
  51.      Software--Practice    & Experience 15, 7 (July 1985),    637-654.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1                     TARGON /35     Operating System
  64.  
  65.  
  66.  
  67. ə