Add list-emojis.ps1

This commit is contained in:
Markus
2021-04-20 19:26:39 +02:00
parent 89a44fc88f
commit ea29869403
3 changed files with 56 additions and 0 deletions

View File

@ -76,6 +76,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
76 list-dir-tree.ps1 lists the directory tree content
77 list-drives.ps1 lists all drives
78 list-environment-variables.ps1 lists all environment variables
79 list-emojis.ps1 lists the emojis of Unicode 13.0
80 list-empty-dirs.ps1 lists empty subfolders within the given directory tree
81 list-empty-files.ps1 lists empty files within the given directory tree
82 list-files.ps1 lists all files in the given folder and also in every subfolder