From: craft AT alacritech DOT com (Peter Craft) Subject: Need help creating a large etags file 15 Apr 1997 12:57:37 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <33546E72.77A9.cygnus.gnu-win32@alacritech.com> Reply-To: craft AT alacritech DOT 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 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".