I am attempting to use AWK to generate a single line summary given a date range. Currently, the values are hard coded but the intent is to pass the formatted date values. Right now I am getting the last value in the file but I am not seeing where the filtering is off in the following code.
The output currently gives me - 2014-11-05,18.8843 GB
But my expectation is that I would get 2014-11-03, 18.8843 GB which would be the total GB transferred for the applied date filter.
Thanks for your assistance with helping me get this logic worked out.
SteveR77
I.T. where a world of choas and confusion comes down to nothing but 1s and 0s.
Code:
The output currently gives me - 2014-11-05,18.8843 GB
But my expectation is that I would get 2014-11-03, 18.8843 GB which would be the total GB transferred for the applied date filter.
Thanks for your assistance with helping me get this logic worked out.
SteveR77
I.T. where a world of choas and confusion comes down to nothing but 1s and 0s.