find ~/Sites/Gnarlodious/Genealogy/Peterson/ -name *.html | while read path ; do sed -e '/.*"View large picture".*/d' -e 's|^.*This page online$|Leave a comment on the genealogy page. \ \ \ |' $path > temp ; cp temp $path ; done