当前位置:网站首页>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)}}} 边栏推荐
- 初识正则表达式
- What is GameFi?
- MySQL压缩包方式安装,傻瓜式教学
- Digital twins will be an important way to enter the "metaverse"
- SQLite 查询表中每天插入的数量
- [Ubuntu20.04 installs MySQL and MySQL-workbench visualization tool]
- sqlmap injection tutorial common commands
- 5 methods of MySQL paging query
- 【ubuntu20.04安装MySQL以及MySQL-workbench可视化工具】
- 著名网站msdn.itellyou.cn原理分析
猜你喜欢

【windows】--- SQL Server 2008 超详细安装教程
![[Cloud Native] What should I do if SQL (and stored procedures) run too slowly?](/img/40/be3a30743ee2bc6c82f82ab852f29c.png)
[Cloud Native] What should I do if SQL (and stored procedures) run too slowly?

MySQL高级语句(一)

【云原生】微服务Nacos的简单介绍与使用

计网 Packet Tracer仿真 | 简单易懂集线器和交换机对比(理论+仿真)

腾讯云GPU桌面服务器驱动安装

为什么redis是单线程还那么快?

【ubuntu20.04安装MySQL以及MySQL-workbench可视化工具】

Using IIS10 to build an asp website in win11

【云原生】开源数据分析 SPL 轻松应对 T+0
随机推荐
在kali上搭建vulhub漏洞靶场
podspec自动化升级脚本
Markdown 帮助文档
The server time zone value ‘й‘ is unrecognized or represents more than one time zone
What is an EVM Compatible Chain?
js中的对象与函数的理解
MySQL-如何分库分表?一看就懂
[swagger close] The production environment closes the swagger method
2021 Mianjing - Embrace Change
Detailed explanation of pointers in C language
初识正则表达式
js中的break与continue退出
quick-3.5 无法使用模拟器修改
About integrating superset into your own project
【Elastic-Job】分布式调度任务概览篇
SQLite 查询表中每天插入的数量
Object,多态 1(第八天)
2021年京东数据分析工程师秋招笔试编程题
Hyper-V新建虚拟机注意事项
Access database query