#! /bin/sh nawk ' BEGIN { FS=" " ; print "" } { print "" for (i=1; i <= NF; i++) { print "" } print "" } END { print "
" $i "
" } ' $*