units: move to common directory (#5647)

This commit is contained in:
marchersimon
2021-03-31 12:47:33 +02:00
committed by GitHub
parent 95ae29be88
commit 2bbd7bbd9f
6 changed files with 7 additions and 73 deletions

View File

@@ -1,25 +0,0 @@
# 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}}"`