mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update synopsis and description
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
remove-empty-dirs.ps1 [<dir-tree>]
|
||||
Removes all empty subfolders within a directory tree
|
||||
.DESCRIPTION
|
||||
Removes all empty subfolders within the given directory tree
|
||||
remove-empty-dirs.ps1 [<DirTree>]
|
||||
<DirTree> is the path to the directory tree
|
||||
.EXAMPLE
|
||||
PS> ./remove-empty-dirs C:\Temp
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user