identident
[options
] [files
]
Extract keyword/value symbols from files
. files
can be text files, object files, or dumps. ident
accepts the standard option OptionsExamplesIf file prog.c is compiled, and it contains this line of code: char rcsID[] = "$Author: arnold $"; the following output is produced: $ Show keywords for all RCS files (suppress warnings): co -p RCS/*,v | ident -q |
|