+Prevent binary files like 'wtmp' or 'utmp': /.tmp$
[nethome.git] / bin / taillog
1 #! /bin/bash
2 tail -fn0 `file $(find /var/log -name ntpstats -prune -o -type f -print)|grep -v 'data$'|sed 's/:.*//'|grep -v '^/var/log/squid/store.log$\|/.tmp$'` "$@"