PowerShell KB MB GB TB PB在powershell的显示
Posted 师万物的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PowerShell KB MB GB TB PB在powershell的显示相关的知识,希望对你有一定的参考价值。
环境配置说明
- Windows 21H1
- PSVersion 5.1.19041.1320
示例
PS C:\\Users\\admin> 1B
1B : 无法将“1B”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 1
+ 1B
+ ~~
+ CategoryInfo : ObjectNotFound: (1B:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\\Users\\admin> 1KB
1024
PS C:\\Users\\admin> 1MB
1048576
PS C:\\Users\\admin> 1GB
1073741824
PS C:\\Users\\admin> 1TB
1099511627776
PS C:\\Users\\admin> 1PB
1125899906842624
PS C:\\Users\\admin> 1EB
1EB : 无法将“1EB”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 1
+ 1EB
+ ~~~
+ CategoryInfo : ObjectNotFound: (1EB:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
学习资料
感恩曾经帮助过 师万物 的人。
学有余力的话,可以了解具有开源、跨平台特性的Powershell Core。
欢迎关注公众号:悟为生心
以上是关于PowerShell KB MB GB TB PB在powershell的显示的主要内容,如果未能解决你的问题,请参考以下文章
python 智能转换字节为KB / MB / GB / TB / PB ...
计算机存储单位KB,MB,GB,TB,PB,EB,ZB,YB后面是什么?
文件大小单位的换算不清楚: 字节、KB、MB、GB、TB、PB、EB的单位换算