units: move to common directory (#5647)

manned-org
marchersimon 2021-03-31 12:47:33 +02:00 committed by GitHub
parent 95ae29be88
commit 2bbd7bbd9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 73 deletions

View File

@ -1,8 +1,7 @@
# units
> Realiza a conversão entre duas unidades de medida.
> Digitar `search{{text}}` no console retornará uma lista de todas as unidades que contêm `{{text}}`.
> Mais informações: <https://www.gnu.org/software/units/units.html>.
> Mais informações: <https://www.gnu.org/software/units/>.
- Rodar no modo interativo:

View File

@ -1,6 +1,7 @@
# units
> 提供两个度量单位之间的转换.
> 更多信息: <https://www.gnu.org/software/units/>.
- 以交互模式运行:

View File

@ -1,23 +0,0 @@
# units
> 提供两个度量单位之间的转换.
- 以交互模式运行:
`units`
- 显示两个简单单位之间的转换:
`units {{单位 1}} {{单位 2}}`
- 在数量单位之间转换:
`units {{15 pounds}} {{kilograms}}`
- 显示两个复合单位之间的转换:
`units "{{meters / second}}" "{{inches / hour}}"`
- 显示具有不同尺寸的单位之间的转换:
`units "{{acres}}" "{{ft^2}}"`

View File

@ -1,11 +1,16 @@
# units
> Provide the conversion between two units of measure.
> More information: <https://www.gnu.org/software/units/>.
- 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}}`

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}}"`

View File

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