Hi, I tried this and it gives me a lot of warnings like this: Duplicate entry in file ./ntfs/ntfsendian.h, line 46: LE32_TO_CPU Second entry ignored Duplicate entry in file ./ntfs/ntfsendian.h, line 47: LE64_TO_CPU Second entry ignored Thanks, Paulo Henrique
> 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 >