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

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

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


From: Stig Brautaset
Subject: [Gnu-arch-users] Re: tla configurations and recursive commands.
Date: Tue, 18 May 2004 12:02:38 +0100
User-agent: Mutt/1.3.28i

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 ...

Stig
-- 
brautaset.org




reply via email to

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