Paulo Henrique Baptista de Oliveira writes: > Hi all, > I want to transverse /usr/src/linux with Ctags or Etags and there isnt >an option to do this. > My question is: how to do this thing?
Something along these lines: find . -name "*.[ch]" -print | etags - should do the trick. ttfn/rjk