[Kommentar: zu lang]
titan% cat log
[Mon Jul 05 12:12:34 2010] [error] [client 216.129.119.40] File does not exist: /home/martin/public_html/robots.txt
[Mon Jul 05 08:09:37 2010] [error] [client 119.63.193.56] File does not exist: /home/martin/public_html/404.shtml
[Mon Jul 05 08:09:37 2010] [error] [client 119.63.193.56] File does not exist: /home/martin/public_html/robots.txt


[Kommmentar: zu unübersichtlich]
titan% fmt -w 75 log
[Mon Jul 05 12:12:34 2010] [error] [client 216.129.119.40] File
does not exist: /home/martin/public_html/robots.txt [Mon Jul
05 08:09:37 2010] [error] [client 119.63.193.56] File does not
exist: /home/martin/public_html/404.shtml [Mon Jul 05 08:09:37
2010] [error] [client 119.63.193.56] File does not exist:
/home/martin/public_html/robots.txt


[Kommentar: schon besser ;)]
titan% fmt -w 75 -s log
[Mon Jul 05 12:12:34 2010] [error] [client 216.129.119.40] File does
not exist: /home/martin/public_html/robots.txt
[Mon Jul 05 08:09:37 2010] [error] [client 119.63.193.56] File does not
exist: /home/martin/public_html/404.shtml
[Mon Jul 05 08:09:37 2010] [error] [client 119.63.193.56] File does not
exist: /home/martin/public_html/robots.txt