That's a good step, thanks. It would be great to have such a command to
cover all major compilers (MSVC, GCC, owatcom, pocc), using GNU grep.
>grep -inH "warning " make_msvc.log

Brgds,
Viktor

On Mon, Mar 2, 2009 at 11:44 AM, Chen Kedem <n...@synel.co.il> wrote:

> Viktor,
>
> > For similar reasons I'd like to rename a few filenames
> > which contain 'error' because they make it more difficult
> > to find real error messages. Only errorsys.prg should
> > remain intact.
>
> It used to bother me each time I scanned the log files, then
> I found I can do the following using grep.exe that came with BCB:
>
> grep.exe -i "(error|warning|fatal|note|hint)[ :,!]" make_b32.log
>
> (for some reason it refused to work with the -w option so I added the
> section)
>
>
>  Chen._______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to