the input would be like this in a file:
<sCripT
and the parsing looks like this:
sed -i "s/<script//g" SOMETHING.html
the "/gi" is not good, because OpenWrt doesn't knows it (busybox..):
sed: bad option in substitution expression
Does anybody know how could i delete e.g.: the:
< sCripT or
"<scRiPt"
with one sed?
Plus (the really thing i need): how could i delete the whole line containing
"<sCripT" or
"<scRiPt", etc.?