#!/bin/sh L=`cat tag-list`; ##for i in $L; do ##echo creating list-$i ##cat template-list.cfg | sed -e "s:@list:$i:g" > list-$i.t; ##done;