Rename to list-dir.ps1

This commit is contained in:
Markus Fleschutz
2021-04-20 16:59:34 +02:00
parent fdd695f136
commit 505b981eb6
4 changed files with 8 additions and 7 deletions

View File

@ -72,13 +72,13 @@ list-cheat-sheet.ps1, lists the PowerShell cheat sheet
list-city-weather.ps1, lists the current weather of cities worldwide (east to west)
list-commits.ps1, lists all commits in the current/given Git repository
list-clipboard.ps1, lists the contents of the clipboard
list-dir-tree.ps1, lists a directory tree
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-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
list-fritzbox-devices.ps1, lists FRITZ!Box's known devices
list-hidden-files.ps1, lists hidden files within the given directory tree

1 Script Description
72 list-city-weather.ps1 lists the current weather of cities worldwide (east to west)
73 list-commits.ps1 lists all commits in the current/given Git repository
74 list-clipboard.ps1 lists the contents of the clipboard
75 list-dir-tree.ps1 list-dir.ps1 lists a directory tree lists the directory content (formatted in columns)
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-empty-dirs.ps1 lists empty subfolders within the given directory tree
80 list-empty-files.ps1 lists empty files within the given directory tree
81 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
82 list-fritzbox-calls.ps1 lists the FRITZ!Box calls
83 list-fritzbox-devices.ps1 lists FRITZ!Box's known devices
84 list-hidden-files.ps1 lists hidden files within the given directory tree