Skip to main content
3 of 5
edited body
JJoao
  • 581
  • 4
  • 10

I think this is not what you are looking for, but, just for the record:

:%!awk -F: '{a=$2*60+$1} END {printf("\%d:\%d",a/60,a\%60)}' 
JJoao
  • 581
  • 4
  • 10