I want to compare files containing timestamps in the format
hour:minute:second.TenthSecond <Tab> SomeValue
where differences in the timestamp up to 0.3 seconds are not important.
e.g.
...
22:35:52.6 2
22:35:53.3 2
22:35:54.1 2
22:35:55.0 2
...
Any chance to do that with BC?
(as it's not sooo very likely it would be OK for me (better than nothing) if only the seconds-part is evaluated)
Thanks,
Ralf
hour:minute:second.TenthSecond <Tab> SomeValue
where differences in the timestamp up to 0.3 seconds are not important.
e.g.
...
22:35:52.6 2
22:35:53.3 2
22:35:54.1 2
22:35:55.0 2
...
Any chance to do that with BC?
(as it's not sooo very likely it would be OK for me (better than nothing) if only the seconds-part is evaluated)
Thanks,
Ralf
Comment