[Harbour] tlib warnings
Chen Kedem
niki at synel.co.il
Mon Mar 2 05:44:48 EST 2009
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.
More information about the Harbour
mailing list