in reply to replaceing text in file using replace prattern
sed -e "s#<b>#/*<b>#ig" -e "s#</b>#</b>*/#ig" Rules1.txt > tmp.txt [download]