Damien, 

I crufted together a simple script to pull possible
resources, which may help you:

#! /bin/sh
grep -r FETCH_RESOURCE * | 
awk '{
        split($0,a,":"); 
        #b = a[2]; 
        #gsub("^[ \t]+","",b); 
        split(a[2],b,",");
        print a[1], b[5];}' |
sort | uniq

--- Damien Seguy <[EMAIL PROTECTED]> wrote:
> on 17/03/01 10:56, Jesus M. Castagnetto at
> [EMAIL PROTECTED] wrote:
> 
> > Is this file being generated automatically,
> manually
> > or a mixture of both?
> Until now, it's a mixture of both.
> 
> I've a excel-like table, with informations, and
> translation (en and fr),
> which built up the file (except introductory text).
> 
> In fact, I aim at automating this, so as I'm filling
> up
> this table, I'm converting all argument types to
> "resource".
> This way, I'll have something to hook up on, and may
> be automatise
> this all. I'm using the fr tree as test.
> 
> I'll keep you posted on this, as soon as I'm done
> with the fill up.
> 
> Damien seguy.
> 


=====
--- Jesus M. Castagnetto <[EMAIL PROTECTED]>

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to