when i run this command..
tail -10 /var/log/httpd/error_log | tr "\n" "----"
tr replaces new lines with nothing rather than the indent of
----
i am using tr because perhaps it might be faster than sed.
but if there are no solutions.. i wouldn't mind using sed.
ultimately i am trying to replace new lines with
</br>