Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
IDENT(1)		    General Commands Manual		      IDENT(1)

NAME
       ident --	identify RCS keyword string in files

SYNOPSIS
       ident [-q] [-V] [file ...]

DESCRIPTION
       The  ident utility searches for all instances of	the pattern `$keyword:
       text$' in files.

       If no arguments are passed, then	ident parses the standard input.

       keyword must only be composed of	alphanumeric values in the  C  locale,
       followed	by `:' and a space.

       These options are supported:

       -q   Quiet mode:	suppress warnings if no	pattern	found.

       -V   Do nothing,	added for compatibility	with GNU ident.

EXIT STATUS
       The ident utility exits 0 on success, and >0 if an error	occurs.

AUTHORS
       This  version  of  the  ident utility was written by Baptiste Daroussin
       <bapt@FreeBSD.org>.

FreeBSD	14.3			 July 25, 2015			      IDENT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ident&sektion=1&manpath=FreeBSD+14.3-RELEASE+and+Ports>

home | help