>>101
以下のようなhoge.sed ファイルをつくって
--hoge.sed--start--
s/<br>/\
/g
--hoge.sed--end--

$ sed -f hoge.sed htmlbunsho.html

とかでどうよ