Added list-empty-files.ps1

This commit is contained in:
Markus Fleschutz
2021-02-10 18:37:55 +01:00
parent cf7b28a93f
commit 61b0c3e65d
4 changed files with 26 additions and 1 deletions

View File

@ -30,6 +30,7 @@ list-current-timezone.ps1, lists the current time zone details
list-clipboard.ps1, lists the contents of the clipboard
list-environment-variables.ps1, lists all environment variables
list-empty-dirs.ps1, lists empty subfolders within the given directory tree
list-empty-files.ps1, lists empty files within the given directory tree
list-files.ps1, lists all files in the given folder and also in every subfolder
list-formatted.ps1, lists the current working directory formatted in columns
list-fritzbox-calls.ps1, lists the FRITZ!Box calls

1 Filename Description
30 list-clipboard.ps1 lists the contents of the clipboard
31 list-environment-variables.ps1 lists all environment variables
32 list-empty-dirs.ps1 lists empty subfolders within the given directory tree
33 list-empty-files.ps1 lists empty files within the given directory tree
34 list-files.ps1 lists all files in the given folder and also in every subfolder
35 list-formatted.ps1 lists the current working directory formatted in columns
36 list-fritzbox-calls.ps1 lists the FRITZ!Box calls