gpt4 book ai didi

linux - 将 1000 字节转换为 1024 字节

转载 作者:IT王子 更新时间:2023-10-29 00:45:30 24 4
gpt4 key购买 nike

我正在尝试将大小转换为 xxxxxx 兆字节 (MB),比方说 244410368 字节,但我不知道该怎么做。

我发现 1000 和 1024 字节/位的概念相当困惑。

最佳答案

虽然单位转换不是非常复杂的数学运算,但减少硬编码数字的数量并用 shell 脚本编写想法(而不是计算)可能是可取的。如果你的 linux 系统有 units 程序,你可以像这样进行单位转换:

% units --terse "244410368 bytes" "MiB"
233.08789

% units --terse "244410368 bytes" "MB"
244.41037

(在 Ubuntu 上,units 程序由(惊喜!)units 包提供。)

关于linux - 将 1000 字节转换为 1024 字节,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3132810/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com