Commot logs "tail -f" (safety processed).
[nethome.git] / bin / taillog
1 #! /bin/bash
2 tail -fn0 `file $(find /var/log -type f)|grep -v 'data$'|sed 's/:.*//'|grep -v '^/var/log/squid/store.log$'` "$@"