Merge branch 'master' of github.com:fleschutz/PowerShell

This commit is contained in:
Markus Fleschutz
2021-04-21 07:30:31 +02:00
3 changed files with 57 additions and 0 deletions

View File

@ -77,6 +77,7 @@ list-dir.ps1, lists the directory content (formatted in columns)
list-dir-tree.ps1, lists the directory tree content
list-drives.ps1, lists all drives
list-environment-variables.ps1, lists all environment variables
list-emojis.ps1, lists the emojis of Unicode 13.0
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

1 Script Description
77 list-dir-tree.ps1 lists the directory tree content
78 list-drives.ps1 lists all drives
79 list-environment-variables.ps1 lists all environment variables
80 list-emojis.ps1 lists the emojis of Unicode 13.0
81 list-empty-dirs.ps1 lists empty subfolders within the given directory tree
82 list-empty-files.ps1 lists empty files within the given directory tree
83 list-files.ps1 lists all files in the given folder and also in every subfolder