From: craft@alacritech.com (Peter Craft)
Subject: Need help creating a large etags file
15 Apr 1997 12:57:37 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <33546E72.77A9.cygnus.gnu-win32@alacritech.com>
Reply-To: craft@alacritech.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (WinNT; I)
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

I'm trying to create a large etags file, but I haven't
had much luck.  Back in my unix days I used to run:

	etags `gfind . -name '*.[csh]' -print`

But this doesn't work on my NT system.  I have since tried:

	gfind . -name '*.[csh]' -print |xargs etags

This almost worked, but then I found out that xargs was
terminating my gfind output after a certain (large) amount
of filenames.  Can anyone offer some other suggestions?

Thanks

Pete
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
