2018-04-06 08:38:37 +01:00
|
|
|
# units
|
|
|
|
|
2024-04-25 23:58:21 +01:00
|
|
|
> Convert between two units of measure.
|
2021-03-31 11:47:33 +01:00
|
|
|
> More information: <https://www.gnu.org/software/units/>.
|
2018-04-06 08:38:37 +01:00
|
|
|
|
|
|
|
- Run in interactive mode:
|
|
|
|
|
|
|
|
`units`
|
|
|
|
|
2021-03-31 11:47:33 +01:00
|
|
|
- List all units containing a specific string in interactive mode:
|
|
|
|
|
|
|
|
`search {{string}}`
|
|
|
|
|
2018-04-06 08:38:37 +01:00
|
|
|
- Show the conversion between two simple units:
|
|
|
|
|
|
|
|
`units {{quarts}} {{tablespoons}}`
|
|
|
|
|
|
|
|
- Convert between units with quantities:
|
|
|
|
|
2020-10-04 18:33:38 +01:00
|
|
|
`units "{{15 pounds}}" {{kilograms}}`
|
2018-04-06 08:38:37 +01:00
|
|
|
|
|
|
|
- Show the conversion between two compound units:
|
|
|
|
|
2020-10-04 18:33:38 +01:00
|
|
|
`units "{{meters / second}}" "{{inches / hour}}"`
|
2018-04-06 08:38:37 +01:00
|
|
|
|
|
|
|
- Show the conversion between units with different dimensions:
|
|
|
|
|
2020-10-04 18:33:38 +01:00
|
|
|
`units "{{acres}}" "{{ft^2}}"`
|
2018-11-01 12:26:38 +00:00
|
|
|
|
|
|
|
- Show the conversion of byte multipliers:
|
|
|
|
|
2020-10-04 18:33:38 +01:00
|
|
|
`units "{{15 megabytes}}" {{bytes}}`
|