insert.sh

 

###
### insert.sh
###
### Move a tag to its own line.
###


tag=$1
i=$2

   sed "s/<$tag/\\
   \\
   <$tag/" $i