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

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

Re: [Gnu-arch-users] Re: tla configurations and recursive commands.


From: Matthieu MOY
Subject: Re: [Gnu-arch-users] Re: tla configurations and recursive commands.
Date: Tue, 18 May 2004 17:41:53 +0200
User-agent: Internet Messaging Program (IMP) 3.1

Quoting Stig Brautaset <address@hidden>:

> On May 18 2004, Matthieu wrote:
> > Hi,
> > 
> > I'm spliting my project into several subprojects, using tla configurations
> to
> > manage the whole tree.
> > 
> > I know I can call most commands recursively with
> > 
> > tla cat-config CFGNAME | awk '{print $1}' | xargs ...
> > 
> > But then, I have to know wich configuration I'm currently using. This
> > is rather easy when done manually, but I'd like to make something more
> > automatic (in particular, in xtla.el).
> 
> Try this instead:
> 
>  $ tla inventory -t --nested | xargs -n1 tla ...

Interesting, but this is an expensive operation on large trees. Keeping track of
the configuration would be much faster.

-- 
Matthieu

-------------------------------------------------
envoyé via Webmail/IMAG !





reply via email to

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