mirror of https://github.com/CrimsonTome/tldr.git
24 lines
463 B
Markdown
24 lines
463 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"}}`
|