Convert Units - Measure Conversion Online | Online Free DevTools by Hexmos
Convert units easily with Units, the powerful command-line tool. Perform accurate measurements and conversions online. Free online tool, no registration required.
units
Convert between two units of measure. More information: https://www.gnu.org/software/units/manual/units.html.
- Run in interactive mode:
units
- List all units containing a specific string in interactive mode:
search {{string}}
- 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}}