From: short <> Date: Sun, 1 May 2005 11:55:14 +0000 (+0000) Subject: Commot logs "tail -f" (safety processed). X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=f503d2397d7b0c54cc4d0b534352d5791d51788a Commot logs "tail -f" (safety processed). --- diff --git a/bin/taillog b/bin/taillog new file mode 100755 index 0000000..822badf --- /dev/null +++ b/bin/taillog @@ -0,0 +1,2 @@ +#! /bin/bash +tail -fn0 `file $(find /var/log -type f)|grep -v 'data$'|sed 's/:.*//'|grep -v '^/var/log/squid/store.log$'` "$@"