生也有涯,知也无涯。这篇文章主要讲述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 : CommandNotFoundExceptionPS C:\\Users\\admin>
1KB
1024PS C:\\Users\\admin>
1MB
1048576PS C:\\Users\\admin>
1GB
1073741824PS C:\\Users\\admin>
1TB
1099511627776PS C:\\Users\\admin>
1PB
1125899906842624PS C:\\Users\\admin>
1EB
1EB : 无法将“1EB”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 1
+ 1EB
+ ~~~
+ CategoryInfo: ObjectNotFound: (1EB:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
学习资料
- 用PowerShell做计算
- PowerShell 版本 + 工具
- PowerShell/PowerShell
- 51CTO社区
【PowerShell KB MB GB TB PB在powershell的显示】感恩曾经帮助过 师万物 的人。
学有余力的话,可以了解具有开源、跨平台特性的Powershell Core。
欢迎关注公众号:悟为生心
推荐阅读
- #yyds干货盘点#路由表的构成详解
- Flutter 专题30 图解自定义底部状态栏 ACEBottomNavigationBar #yyds干货盘点#
- MySQL optimizer_trace的用法
- PowerShell Out-GridView 结果显示到可交互的独立窗口中
- YARN && Hadoop 集群环境准备
- PowerShell PSModulePath 查看默认的模块存放路径
- #yyds干货盘点# 解决(standard_init_linux.go:219: exec user process caused)
- Go语言学习查缺补漏ing Day7
- 在页面中插入代码样式时,响应式仅处于活动状态