Hi guys,
Is there an easy/quick way to use ICETOOL to get a count of the number of records in a file that meet a given criteria. Note: This is on my 38 million record file.
eg.
AAAA20080101
BBBB20080201
CCCC20080301
CCCC20080315
DDDD20080331
EEEE20080401
I need to know the number of records where the value of the field at positions 5 to 12 is >= 20080301 and <= 20080331 (inclusive). In this example the count would be 3.
The data is currently sorted by the first 4 bytes.
Cheers,
Aaron