emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug Report (Feature request?) etags (GNU Emacs 21.1)


From: Eli Zaretskii
Subject: Re: Bug Report (Feature request?) etags (GNU Emacs 21.1)
Date: Wed, 6 Mar 2002 07:57:29 +0200 (IST)

On Tue, 5 Mar 2002, Sven Utcke wrote:

> I create the tag-file using something like:
> 
> find . -name "*.c" -exec etags -a -I -o /home/utcke/src/StreetSigns/TAGS {} \;
> 
> probably not the most elegant way to do this (something featuring
> xargs would probably be preferred), but it works.

As Francesco pointed out in the past, etags can read the file names from 
stdin, so just pipe find's output to etags, and you'll have a much more 
efficient command.



reply via email to

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