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

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

Re: how to create a TAG file for the whole linux kernel


From: maierh
Subject: Re: how to create a TAG file for the whole linux kernel
Date: Mon, 16 Sep 2002 08:17:20 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i386-mingw-nt5.0.2195)

kani <harazy@telocity.com> writes:

> Hi all,
>
> Please excuse me if this not he right group for this question. 
> so, how can i create a TAG file for the whole linux kernel ?

It's the right group. Go to the root directory and execute the
following command (not tested):

  $ find $PWD \( -name "*.c" -o -name "*.h" \) | xargs etags -o <out-file>

Usage of $PWD produces absolute path names. <out-file> should contains
the TAG file name. If the -o option is omitted then etags creats a
file with the name TAGS in $PWD. Note, in that case you need
write permissions for the directory $PWD.

Harald


reply via email to

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