> From: "FallingFromBed ." <[email protected]> > Date: Tue, 31 Dec 2019 22:12:15 +0530 > Cc: [email protected] > > Find files in the current directory with the name matching *.h/*.c/*.m? and > then ??????? Finally pipe the > output to ctags.exe.
Yes. When 'ctags' is invoked with a "file name" of "-", it reads the file names from its standard input, one file name per line. > One more crucial question, is there any document available for: how one > should run the ctags.exe (windows) > to get a desired output? Emacs comes with a man page for ctags which installs in share/man/man1.
