Hacker News new | ask | show | jobs
by msg 6567 days ago

   perl -n -e "s/(</li>)/$1\n/g; print" big_page.html > big_page_with_lines.html
:)