help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: produce tags-file for several directories with etags


From: Benjamin Rutt
Subject: Re: produce tags-file for several directories with etags
Date: Tue, 05 Oct 2004 07:45:00 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Fabian Braennstroem <f.braennstroem@gmx.de> writes:

> Hello,
>
> I want to produce a tags-file for a code which is spread over several
> directories. I am not able to find any option for etags to handle this. Just
> with the simple 'etags *' I get following for all directories:
>
>  'directory': it is not a regular file.
>
> Does anybody have an idea?

I see from the headers that you are on linux.  Then you certainly have
the 'find' command.  Try the following command from the root directory
of your source tree:

etags `find . -type f`
-- 
Benjamin Rutt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]