Skip to content

Commit 226b482

Browse files
authored
Update README.md
1 parent 7abb1d2 commit 226b482

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

@@ -28,14 +28,26 @@
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.

0 commit comments

Comments
 (0)