2010/1/20 indrek:
> I'm using make/gcc for compiling applications. It generates a lot of output.
> I need to highlight some keywords (show red text), in example "error".
> Is it possible with Cygwin.
Have a look at the colorgcc package as well.
(Unfortunately its default config is broken, looking
On 2010-01-20, indrek wrote:
> Hi
> I'm using make/gcc for compiling applications. It generates a lot of output.
> I need to highlight some keywords (show red text), in example "error".
> Is it possible with Cygwin. My OS is Windows XP.
make | grep --color=always -C error
HTH,
Gary
--
On Wed, Jan 20, 2010 at 11:56, indrek wrote:
> I'm using make/gcc for compiling applications. It generates a lot of output.
> I need to highlight some keywords (show red text), in example "error".
> Is it possible with Cygwin. My OS is Windows XP.
Use grep(1). It has the color option you are look
Hi
I'm using make/gcc for compiling applications. It generates a lot of output.
I need to highlight some keywords (show red text), in example "error".
Is it possible with Cygwin. My OS is Windows XP.
--
View this message in context:
http://old.nabble.com/highlight-keywords-tp27
4 matches
Mail list logo