CTAGS usage

N

NewToCPP

Hi,

I want to create a tags file using CTAGS for C++ code. I have a list of
files stored in a file "fileList". I want to use file names listed in
this file as input to the "ctags" command. How can we do that?

fileList
------
../src/a.cc
../src/b.cc
../new/z.cc
../new/z.cc
../another/k.cc
../another/l.cc


I want to generate tags for these filese. How do I do that?

I am not sure if I am posting it in the correct group. I thought most
of you might have done it before. so posting it here.

I appreciate your help.

Thanks.
 
M

mlimber

NewToCPP said:
Hi,

I want to create a tags file using CTAGS for C++ code. I have a list of
files stored in a file "fileList". I want to use file names listed in
this file as input to the "ctags" command. How can we do that?

fileList
------
./src/a.cc
./src/b.cc
./new/z.cc
./new/z.cc
./another/k.cc
./another/l.cc


I want to generate tags for these filese. How do I do that?

I am not sure if I am posting it in the correct group. I thought most
of you might have done it before. so posting it here.

I appreciate your help.

Thanks.

Nope, wrong group. Try comp.programming or a group for your operating
system. See the FAQ for what is on-topic here and for some suggestions
of where else to post:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Cheers! --M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top