Skip to content
Advertisement

using watch , tail and ccze together

I have used watch and tail together like this:

JavaScript

Also I have used tail and ccze for colorizing log file as below:

JavaScript

But I dont know how should I use all of these three together in a single command. Does any one have any idea?

Advertisement

Answer

Recent versions of watch has -c | --color option, so perhaps this will work for you:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement