*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ident | Section: 1 | Source: OpenBSD | File: ident.1
IDENT(1) FreeBSD General Commands Manual IDENT(1) NAME ident - identify RCS keyword strings in files SYNOPSIS ident [-qV] [file ...] DESCRIPTION The ident program searches for the pattern $keyword:... $ from the files specified as argument (or standard input if none are given). See the KEYWORD SUBSTITUTION section of rcs(1) for more information. The following options are supported: -q Quiet mode: suppress warnings if no pattern found. -V Display version information and exit. EXIT STATUS The ident utility exits 0 on success, and >0 if an error occurs. EXAMPLES Given the following source code in file foo.c: #include <stdio.h> static char const rcsid[] = "$Id: foo.c,v 1.2 2005/11/18 09:34:51 xsa Exp $"; int main(void) { printf("%s\n", rcsid); return (0); } Compile it and run ident: $ ident foo.c foo.o foo.c: $Id: foo.c,v 1.2 2005/11/18 09:34:51 xsa Exp $ foo.o: $Id: foo.c,v 1.2 2005/11/18 09:34:51 xsa Exp $ SEE ALSO ci(1), co(1), cvs(1), rcs(1), rcsclean(1), rcsdiff(1), rcsmerge(1), rlog(1) FreeBSD 14.1-RELEASE-p8 June 29, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options