Re: highlight keywords

2010-01-20 Thread Andy Koppe
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

Re: highlight keywords

2010-01-20 Thread Gary Johnson
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 --

Re: highlight keywords

2010-01-20 Thread Edward McGuire
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