#!/bin/bash file=`echo $1 | sed 's/^\.\///'` id=`echo $file | tr "/" "_" | tr "." "_"` cat - < $file !I$file EOF