tldr/pages/osx/units.md

28 lines
547 B
Markdown
Raw Normal View History

2018-04-06 08:38:37 +01:00
# units
> Provide the conversion between two units of measure.
- Run in interactive mode:
`units`
- Show the conversion between two simple units:
`units {{quarts}} {{tablespoons}}`
- Convert between units with quantities:
2018-10-29 11:14:01 +00:00
`units {{"15 pounds"}} {{kilograms}}`
2018-04-06 08:38:37 +01:00
- Show the conversion between two compound units:
`units {{"meters / second"}} {{"inches / hour"}}`
- Show the conversion between units with different dimensions:
`units {{"acres"}} {{"ft^2"}}`
2018-11-01 12:26:38 +00:00
- Show the conversion of byte multipliers:
`units {{"15 megabytes"}} {{bytes}}`