Is there a program that can colourize the output of any linux command?
        Posted  
        
            by BeeBand
        on Super User
        
        See other posts from Super User
        
            or by BeeBand
        
        
        
        Published on 2010-04-29T15:25:25Z
        Indexed on 
            2010/04/29
            16:08 UTC
        
        
        Read the original article
        Hit count: 370
        
linux
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...?
© Super User or respective owner