Hacker News new | ask | show | jobs
by majewsky 2177 days ago
I have

  alias units='units --verbose
in my shell rc which makes the output much more understandable:

  You have: mph
  You want: kph
          mph = 1.609344 kph
          mph = (1 / 0.62137119) kph
1 comments

I find the reciprocal thing useless, so I have units='units --compact --one-line', which gives just the number you want.