tldr/pages.zh/common/units.md

29 lines
701 B
Markdown
Raw Normal View History

2019-03-18 04:18:02 +00:00
# units
> 提供两个度量单位之间的转换.
> 更多信息: <https://www.gnu.org/software/units/>.
2019-03-18 04:18:02 +00:00
- 以交互模式运行:
`units`
- 显示两个简单单位之间的转换:
2019-10-20 03:34:33 +01:00
`units {{quarts夸脱}} {{tablespoons大汤匙}}`
2019-03-18 04:18:02 +00:00
- 单位与数量之间的转换:
`units "{{15 pounds}}" {{kilograms公斤}}`
2019-03-18 04:18:02 +00:00
- 显示两个复合单位之间的转换:
`units "{{meters / second}}" "{{inches英尺 / hour小时}}"`
2019-03-18 04:18:02 +00:00
- 显示具有不同维度的单位之间的转换:
`units "{{acres英亩}}" "{{ft英尺^2平方}}"`
2019-03-18 04:18:02 +00:00
- 显示字节乘数的转换:
`units "{{15 megabytes兆字节}}" {{bytes字节}}`