I need to strip out the string ' width="51" height="20"' from about 50 HTML documents. Is there a simple way to do this with a bash/sed or perl one-liner?
Nevermind, from google'ing, I was able to fine:
perl -pi -e 's/ width="51" height="20"//' *.html
-- Andrew Gaffney
-- [EMAIL PROTECTED] mailing list
