From: Eli Zaretskii <eliz@elta.co.il>
Subject: Re: help with tags
Date: 31 Jul 2003 08:43:38 +0200 [thread overview]
Message-ID: <uadav5h7p.fsf@elta.co.il> (raw)
In-Reply-To: <844r146ock.fsf@slowfox.is.informatik.uni-duisburg.de> (kai.grossjohann@gmx.net)
> From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=)
> Newsgroups: gnu.emacs.help
> Date: Wed, 30 Jul 2003 17:11:55 +0200
>
> find . -name '*.[hc]' -print | xargs etags -a
The "xargs" part is not necessary; the following will do:
find . -name '*.[hc]' -print | etags -
This variant has the advantage of not requiring `xargs', which might
be a problem on non-Posix platforms. It is also faster.
next prev parent reply other threads:[~2003-07-31 6:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-30 14:00 help with tags Javier Oviedo
2003-07-30 15:11 ` Kai Großjohann
2003-07-30 20:28 ` Javier Oviedo
2003-07-31 17:02 ` Kai Großjohann
2003-07-31 6:43 ` Eli Zaretskii [this message]
[not found] ` <mailman.754.1059630121.8231.help-gnu-emacs@gnu.org>
2003-08-01 14:00 ` Javier Oviedo
2003-08-01 15:41 ` Dan Katz
-- strict thread matches above, loose matches on Subject: below --
2013-08-27 12:59 Help " Glen Stark
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=uadav5h7p.fsf@elta.co.il \
--to=eliz@elta.co.il \
/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).