etags
etags
help
etags [options] [files]
Generate tags for C, C++, and Objective-C source files.
Options:
-f, --format=FORMAT Set the output format of the tags file.
-l, --list List the files that will be tagged.
-R, --recursive Tag all of the files in the specified directory recursively.
-h, --help Show this help message.
Generates tags for the specified files. If no files are specified, the current directory is used.breakdown
Last updated