# input: card scripts # output: html file with name and image BEGIN { FS = "=" } /name=/ { print "

" $2 "

" } /image=/ { print "" }