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?perl -i -pe 's/ width="51" height="20"//;' files
or you could use find | xargs and pipe the output to that command.
--
Mental ([EMAIL PROTECTED])
I've been told that I need to warn people about inappropriate content. So if anything I say or post is inappropriate, dont look at it.
GPG public key: http://www.neverlight.com/pas/Mental.asc
-- [EMAIL PROTECTED] mailing list
