At Thu, 30 May 2002 11:06:40 +1000, Mark Johnathan Greenaway wrote:
> #!/bin/sh
> ETAGS_FILE=~/CommSecure/TAGS
> rm $ETAGS_FILE
> find . -name '*.py' | xargs etags -a -f $ETAGS_FILE

note also that automake generated Makefile's have a "make TAGS" target
that is very nice.

it generates a TAGS file in each subdirectory and the parent TAGS
includes them.  its worth looking at the code if you find yourself
rebuilding entire TAGS files for large code trees..

-- 
 - Gus
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to