Is there a program that can colourize the output of any linux command?
- by BeeBand
Or would I have to write my own? What's the best language for building a tool of this kind?
I'm kind of new to linux, but I'm guessing that you could pass the output of a program to a particular script and have it display it in various colours, based on some regular expressions (constructed from some kind of config file perhaps). Or has it been done already...?