From: maierh@myself.com
Subject: Re: how to create a TAG file for the whole linux kernel
Date: Mon, 16 Sep 2002 08:17:20 +0200 [thread overview]
Message-ID: <ulm62a26n.fsf@myself.com> (raw)
In-Reply-To: 3d856f72_1@nopics.sjc
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
next prev parent reply other threads:[~2002-09-16 6:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-16 5:42 how to create a TAG file for the whole linux kernel kani
2002-09-16 6:17 ` maierh [this message]
2002-09-16 10:50 ` Zhongtao Zhu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ulm62a26n.fsf@myself.com \
--to=maierh@myself.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).