File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1- # DirSize PowerShell Script
1+ # DirSize
22
33<a href =" https://coderpro.net " target =" _blank " ><img src =" https://coderpro.net/media/1024/coderpro_logo_rounded_extra-90x90.webp " align =" right " width =" 90 " /></a >
44
2828[ github-shield ] : https://img.shields.io/github/followers/coderpros?label=Follow&style=social
2929[ github-follow-url ] : https://img.shields.io/twitter/follow/coderpronet?style=social
3030
31- > Powershell function that recursively returns directory sizes
31+ > Powershell function that recursively returns directory sizes.
3232
3333## Usage
3434> DirSize.ps1 -Path "C:\path_to_analyze" [ -Detailed] [ -Mb]
3535> > -Detailed recursively returns all sub directories.
3636> >
3737> > -Mb returns filesizes in Mb instead of Gb
38+
39+ #DirSize.Console
40+ > .Net 5 C# Console application that recursively returns directory sizes.
41+
42+ ## Usage
43+ > DirSize [ drive:] [ path ] [ /v] [ /MB]
44+ > > /v Verbose. Recursive breakdown of each directory.
45+ > > /? Returns man doc.
46+ > > /MB Returns results in megabytes.
47+
3848## Change Log
49+ * 2021/10/20:
50+ * Added console application.
3951* 2021/10/17:
4052 * Project creation / initial checkin.
4153 * Added optional -Mb parameter that will force the script to return filesizes in Mb instead of Gb.
You can’t perform that action at this time.
0 commit comments