1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/units.md
2019-04-01 21:57:41 +01:00

27 lines
592 B
Markdown

# units
> 提供两个度量单位之间的转换.
- 以交互模式运行:
`units`
- 显示两个简单单位之间的转换:
`units {{quarts(夸脱)}} {{tablespoons(大汤匙)}}`
- 单位与数量之间的转换:
`units {{"15 pounds(磅)"}} {{kilograms(公斤)}}`
- 显示两个复合单位之间的转换:
`units {{"meters(米) / second(秒)"}} {{"inches(英尺) / hour(小时)"}}`
- 显示具有不同维度的单位之间的转换:
`units {{"acres(英亩)"}} {{"ft(英尺)^2(平方)"}}`
- 显示字节乘数的转换:
`units {{"15 megabytes(兆字节)"}} {{bytes(字节)}}`