How to use shell magic to create a recursive etags using GNU etags?
问题 The standard GNU etags does not support a recursive walk of directories as done by exuberant ctags -R . If I only have access to the GNU etags, how can I use bash shell magic to get etags to produce a TAGS table for all the C++ files *.cpp and *.h files in the current directory and all directories below the current one recursively to create a TAGS table in the current directory which has the proper path name for emacs to resolve the TAGS table entries. 回答1: The Emacs Wiki is often a good