Anyone know a way to use Findstr to parse a line like this:
7 Seek_Error_Rate 0x000b 200 200 051 Pre-fail Always - 0
And tell if the final number is non-zero?If I use findstr /r "0$" it finds the last number as zero, but I don't know regex well enough to work out not zero.
T
