Hey I am trying to calculate the difference between time stamp of a file in which I always want to subtract the last the fields using bash/bash-utils. This is how the file looks
14:11:56.953700000,172.20.10.1
14:25:49.233263000,172.20.10.1
Now the issue is that I want to lose that huge number and IP from the calculation.
I can put them in csv or any data file needed.