Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 10:46:35 +02:00
parent 88c834e437
commit 2acdb5fbbf
243 changed files with 1004 additions and 490 deletions

View File

@ -1,9 +1,10 @@
# PowerShell Script: remove-empty-dirs.ps1
```powershell
remove-empty-dirs.ps1 [<dir-tree>]
Removes all empty subfolders within a directory tree
```
Removes all empty subfolders within the given directory tree
remove-empty-dirs.ps1 [<DirTree>]
<DirTree> is the path to the directory tree
## Syntax & Parameters
```powershell