Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Generate files from a template with values from a list
- X-seq: zsh-users 11469
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Generate files from a template with values from a list
- Date: Thu, 3 May 2007 23:45:36 +0000 (UTC)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: SuccessTheory
- Sender: news <news@xxxxxxxxxxxxx>
Hi
Don't know where to start with this shell or Perl.
I have an html template file which contains two fields xx_ and yy_
I need to generate a number of copies of pages from this template each time
replacing the fields xx_ and yy_ with values from a list.
The list contains 49 xx_ yy_ pairs eg
11,234
15,235
21,236
..
..
etc
So I want to create 49 pages each populated from one pair from the list
ideas?
--
zzapper
http://successtheory.com/tips/ Vim, Zsh, MySQL Tips
Messages sorted by:
Reverse Date,
Date,
Thread,
Author