|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1517 (0x5ed)
Types: TextFile
Notes: UNIX file
Names: »ident.n«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/mann/ident.n«
.tr ~
.TH IDENT 1 "ENEA DATA February 1985"
.SH NAME
ident \- identify files
.SH SYNOPSIS
.B ident
file ...
.SH DESCRIPTION
.I Ident
searches the named files for all occurrences of the pattern
\fI$keyword:...$\fR, where \fIkeyword\fR is one of
.nf
Author
Date
File \fB~(ENIX)\fR
Header
Locker
Log
Revision
Series \fB~(ENIX)\fR
Source
State
.fi
These patterns are normally inserted automatically by the RCS command \fIco (1)\fR,
but can also be inserted manually.
.PP
\fIIdent\fR works on text files as well as object files.
For example, if the C program in file f.c contains
.nf
char rcsid[] = "$\&Header: Header information $";
.fi
and f.c is compiled into f.o, then the command
.nf
ident f.c f.o
will print
f.c:
$\&Header: Header information $
f.o:
$\&Header: Header information $
.SH IDENTIFICATION
.de VL
\\$2
..
Author: Walter F. Tichy,
Purdue University, West Lafayette, IN, 47907.
.sp 0
Revision Number:
.VL $Revision: 3.0.1.1 $
at ENEA; Release Date:
.VL $Date: 1985-02-21 18:08:17 $
\&.
.sp 0
Copyright (c) 1982 by Walter F. Tichy.
.SH SEE ALSO
ci (1), co (1), rcs (1), rcsdiff(1), rcsintro (1), rcsmerge (1), rlog (1), rcsfile (5).
.sp 0
Walter F. Tichy, "Design, Implementation, and Evaluation of a Revision Control
System," in \fIProceedings of the 6th International Conference on Software
Engineering\fR, IEEE, Tokyo, Sept. 1982.
.SH BUGS