for file in *.htm do cat ${file} | sed -e 's/rick_walker@omnisterra.com/rick_walker "AT" omnisterra.com/' \ -e 's/walker@jr.hpl.hp.com/rick_walker "AT" omnisterra.com/' > tmp.$$ mv tmp.$$ ${file} done