1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/osx/units.md
2020-10-04 18:33:38 +01:00

27 lines
547 B
Markdown

# 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:
`units "{{15 pounds}}" {{kilograms}}`
- Show the conversion between two compound units:
`units "{{meters / second}}" "{{inches / hour}}"`
- Show the conversion between units with different dimensions:
`units "{{acres}}" "{{ft^2}}"`
- Show the conversion of byte multipliers:
`units "{{15 megabytes}}" {{bytes}}`