1
I am running
watch tail -n 15 20151217.log
and my output looks like
12-17 04:42:52 DEBUG [31mXYZT 10 91.5[0m
Instead, I want to see it as colored text. What can I do?
I don't want to use simply tail -n, because it somehow skips lines and stalls.
Any ideas?
Also relevant: Many programs disable coloring (
--color=auto
or similar) when they detect output is being redirected. – Daniel B – 2015-12-17T22:23:12.630