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

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

[Gnu-arch-users] Re: Beginner help request


From: Stig Brautaset
Subject: [Gnu-arch-users] Re: Beginner help request
Date: Sun, 11 Jan 2004 00:12:30 +0000
User-agent: Mutt/1.3.28i

On Jan 10 2004, Oliver wrote:
> Ahh.  What I did was "tla add *.php" assuming that the shell would expand
> *.php and I'd end up adding all my php source files in one directory with
> a single command.  I couldn't find anything in the tutorial about adding
> multiple files, and I have enough that manually doing a tla add on each
> would be a pain.
> 
> So do I need something like 'for x in *.php; do tla add $x; done'?

 % find -name '*.php' | xargs tla add

(or, 

 % tla inventory --names --source | grep '\.php$' | xargs tla add

, possibly without the grep)

> How do I get rid of the '*.php.id'?

 % rm .arch-ids/\*.php.id

Should do it.

> And still the original question - how do I get tla to ignore the files
> that I don't want to include?

Have a look at the {arch}/=tagging-method file.


Stig
-- 
brautaset.org




reply via email to

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