gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] Re: {arch} directory


From: Mark A. Flacy
Subject: Re: [Gnu-arch-users] Re: {arch} directory
Date: Sat, 27 Sep 2003 01:29:25 -0500

This...

find . -path ".*/{arch}" -prune -o -path "./*\\.arch-ids" -prune -o -type f 
-print | ctags -L -

...will work under tla controlled directories and CVS directories too.

You could leave off the...

-o -path "./*\\.arch-ids" -prune 

...bit since ctags will ignore the id files.  That gives...

find . -path ".*/{arch}" -prune -o -type f -print | ctags -L -


GNU find version 4.1.7
Exuberant Ctags 5.4, Copyright (C) 1996-2002 Darren Hiebert


-- 
 Mark A. Flacy
 Any opinions expressed above are my own.  Any facts expressed above
 that you could detect means my weasel wording needs work.
"My dream may be your nightmare."
 -- B.O.C 





reply via email to

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