1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/linux/units.md
2020-11-01 14:30:22 +00:00

25 lines
636 B
Markdown

# units
> Provide the conversion between two units of measure.
> Typing `search {{text}}` in the prompt will display a list of all of the units containing `{{text}}`.
> More information: <https://www.gnu.org/software/units/units.html>.
- 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}}"`