I get a large compilation output from my IDE when I do a batch build over my complete workspace. For every single projekt it contains a line like this:
foo.elf - x error(s), y warning(s)
I want to finde every instance where the numer of errors differs from 0. I do get a slightly prommising result with:
[1-9]+ +error
but this fails for every instance where the number of errors is evenly divisible by 10 like here
foo.elf - 20 error(s), y warning(s)