date '+scale=2;((%H*60+%M)*60+%S.%N)/8640' | bc
date '+scale=2;((%H*60+%M)*60+%S.%N)/8640' | bc
RE: https://velocipederider.com/@ruari/115475170910895200
@mherbert It was the shortest oneliner I have come up with so far to present the time in decimal for when I have to set my watch.
Though if I am truely honest I would usually just load
Or these days I also have a Garmin that can display in decimal time and that updates automatically, so I can just read it off that.
@mherbert Yeah thinking out the logic is
1. Fun
2. Helps me to really understand what I want to achieve and helps to visualise what I am working with.