📜  powershell 将文本 20MB 转换为字节 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:54.762000             🧑  作者: Mango

代码示例1
$str = '3GB'

$int64 = [int64]$str.Replace('GB','') * 1GB