#!/bin/sh for file in `find ./ -name '*.html'`; do perl -i.bak -ane "s///g; print;" $file done