当前位置:网站首页>powershell statistics folder size
powershell statistics folder size
2022-07-31 05:58:00 【tcliuwenwen】
Blog Background
Using powershell to realize the function of du -sh
Detailed operation
param([string]$Directory)get-childitem $Directory |% { $f = $_ ;get-childitem -r $_.FullName |measure-object -property length -sum ||select @{Name="Name";Expression={$f}},@{Name="Sum (MB)"; Expression={"{0:N1}" -f ($_.sum / 1MB)}}}
边栏推荐
猜你喜欢
Linux中mysql密码修改方法(亲测可用)
利用phpstudy搭建DVWA
NFT与数字藏品到底有何区别?
Memcached :安装
MySql to create data tables
What is an EVM Compatible Chain?
[Cloud native] Open source data analysis SPL easily copes with T+0
Redis:安装使用
npm WARN config global `--global`, `--local` are deprecated. Use `--location解决方案
安装Multisim出现 No software will be installed or removed解决方法
随机推荐
[JVM Loading]---Class Loading Mechanism
quick-3.5 无法正常显示有混合纹理的csb文件
[Elastic-Job source code analysis] - job listener
MySql to create data tables
【云原生】微服务Nacos的简单介绍与使用
mac10.14中安装mysqldb
"limit" query in Oracle database
cocos2d-x-3.2 Physics
mysql password modification method in Linux (pro-test available)
sqlmap injection tutorial common commands
cocoscreator3.5.2打包微信小游戏发布到QQ小游戏修改
腾讯云轻量服务器删除所有防火墙规则
Markdown 帮助文档
【swagger关闭】生产环境关闭swagger方法
2021面经-拥抱变化
[Cloud Native] What should I do if SQL (and stored procedures) run too slowly?
DeFi 项目中的治理Token
UiBot存在已打开的MicrosoftEdge浏览器,无法执行安装
feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r
Understanding SSRF, this article is enough