From: Penny Leach Date: Tue, 20 Apr 2010 11:13:01 +0000 (+0200) Subject: small script to format logfiles X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c014a11c21c34ab3690d31cfe3da9aefe9185c9f;p=scripts.git small script to format logfiles --- diff --git a/bin/logtail b/bin/logtail new file mode 100755 index 0000000..a497f43 --- /dev/null +++ b/bin/logtail @@ -0,0 +1,3 @@ +#!/bin/sh + +sudo tail -f $1 | sed 's/\\n/\n/g'