a1e72e536a290bf44e6118c3f98d46cd97d9ab22
[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$'` "$@"