I have several directories full of C code, and I want to retrieve all of the /* */ comments from all of the code (.h files and .c files) in all of the directories and subdirectories, putting those comments all in a textfile (things don't need to be particularly orderly, just cram 'em all in there). How can I do this?
Any solution that's scriptable would be great...